Description Usage Arguments Value Examples
View source: R/preprocessGEO.R
This function calls the SCAN method as described in Piccolo SR, Sun Y, Campbell JD, Lenburg ME, Bild AH and Johnson WE (2012). A single-sample microarray normalization method to facilitate personalized-medicine workflows. Genomics, 100(6), pp. 337-344. Example: Assuming that CEL files are located in working directory
1 | preprocessGEO(x, y)
|
x |
the path where the CEL files are stored |
y |
the number of cores to run in parallel |
a matrix of dimensions: probes x samples with the normalized expression values
1 2 3 4 | ## Not run:
preprocessGEO(getwd(),3)
## End(Not run)
normCELs<-BioDataome:::normalized
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.