Description Usage Arguments Value
View source: R/parBE.B.deviation.R
Parallel backward elimination of B-deviation
1 2 | parBE.B.deviation(x, Samples, T, MinSegLen, verbose = TRUE, mc.cores = 1,
...)
|
x |
an object of class 'parGADA' obtained using 'setupParGADA.B.deviation' function |
Samples |
the samples to be analyzed (obtained from 'x' by default) |
T |
critical value of the backward elimination algorithm (see 'BackwardElimination' function) |
MinSegLen |
minimum number of probes each segment must contain (see 'BackwardElimination' function) |
verbose |
is information about each individual showed in the console? Default is TRUE |
mc.cores |
number of cores to be used when using multiple cores (see argument 'mc.cores' from 'mclapply' function of parallel library) |
... |
other arguments passed through the function 'BackwardElimination' |
a 'GenomicRange' object having mosaic alterations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.