Description Usage Arguments Details References See Also Examples
This functions calls repeteadly to setupGADAaffy to import log2ratio intensities for several samples to gada
1  | setupParGADAaffy(folder, files, verbose = TRUE, ...)
 | 
folder | 
 The folder where data is stored. Not required  | 
files | 
 The names of the files with Illumina data. Not required  | 
verbose | 
 Should information about process be printed in the console? The default is TRUE  | 
... | 
  Other arguments passed through '  | 
See setupGADAaffy
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 , Submitted Nov 2009
setupParGADAIllumina, parSBL, parBE, setupGADAaffy 
1 2 3 4 5 6 7 8 9 10 11 12 13  | ## Not run: 
###
### First step (required)
### 
# Read data 
# a folder called rawData containing a file for each individual is required
# Affymetrix data
myExample<-setupParGADAaffy(log2ratioCol=4, NumCols=5)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.