bootstrapResults {PureCN} | R Documentation |
This function bootstraps variants, then optionally re-ranks solutions by using the bootstrap estimate of the likelihood score, and then optionally removes solutions that never ranked high in any bootstrap replicate.
bootstrapResults(res, n = 500, top = NULL, reorder = FALSE)
res |
Return object of the |
n |
Number of bootstrap replicates. |
top |
Include solution if it appears in the top |
reorder |
Reorder results by bootstrap value. |
Returns a runAbsoluteCN
object with added bootstrap
value to each solution. This value
is the fraction of bootstrap replicates in which the solution ranked first.
Markus Riester
data(purecn.example.output) ret.boot <- bootstrapResults(purecn.example.output, n=100) plotAbs(ret.boot, type="overview")