Description Usage Arguments Details References See Also Examples
This functions calls repeteadly to setupGADA to import raw data (pennCNV format) for several samples to R-GADA
1 2 3 4 5 |
folder |
The folder where data is stored. Not required |
files |
The names of the files with Illumina data. Not required |
MarkerIdCol |
The column having marker ids in the pennCNV files. The defaul is 1 |
ChrNameCol |
The column having chromosome names in the pennCNV files. The defaul is 2 |
ChrPosCol |
The column having genomic position in the pennCNV files. The defaul is 3 |
chrs |
A vector containg the available chromosomes. The default is c(1:22, "X", "Y") |
XY |
Do data have X and Y labels in annotation (instead of 23 and 24)? The default is TRUE |
verbose |
Should information about process be printed in the console? The 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 'setupGADA' |
See setupGADA
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.
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.