Description Usage Arguments Details Value References See Also Examples
This function perform SBL segmentation for a collection of samples.
1 2 |
x |
an object of class 'parGADA' obtained using 'setupParGADAIllumina' or 'setupParGADAaffy' functions |
Samples |
the samples to be analyzed |
estim.sigma2 |
array noise level (see 'SBL' function) |
aAlpha |
sparseness hyperparameter (see 'SBL' 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 'SBL' |
This function calls repeteadly to function 'SBL' to obtain all segments for each sample. It can be parallelized when multiple processors are available. This has been implemented using 'snow' package: http://www.sfu.ca/sblay/R/snow.html. See vignettes for further details
This function saves the segments for each sample in a directory called SBL
Pique-Regi R, Caceres A, Gonzalez JR. "R-Gada: a package for fast detection and visualization of copy number alterations on multiple samples". BMC Bioinformatics, 2010;11:380.
parBE
, setupParGADA
, setupParGADA
1 2 3 4 | ## Not run:
See the vignette
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.