Description Usage Arguments Value Author(s) See Also Examples
View source: R/bootstrapResults.R
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.
1 | 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
1 2 3 | data(purecn.example.output)
ret.boot <- bootstrapResults(purecn.example.output, n=100)
plotAbs(ret.boot, type="overview")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.