Generates original and bootstrapped segment-specific index sets, which can be used to calculate various bootstrap summaries, e.g. segment mean levels.
# S3 method for PairedPSCBS
getBootstrapLocusSets(fit, B=1000L, by=c("betaTN", "betaT"), seed=NULL, verbose=FALSE,
.validate=FALSE, ...)
A non-negative integer
specifying the number of bootstrap samples.
Should betaTN
or betaT
be used?
See Verbose
.
If TRUE
, additional sanity checks are performed
to validate the correctness. This is only needed for troubleshooting
if it is suspected there is a bug.
Not used.
Returns a list
.
This is used internally by various bootstrap methods.