Description Usage Arguments Value Author(s)
Runs the SOR normalization on microarray data
1 2 | normalizeNone(filenames, cores = 1, annotDir = NULL, alleles = FALSE,
runtype = "ff", cyc = 5, pkgname = NULL, saveFile = "Sor")
|
filenames |
an absolute path of the CEL files |
cores |
cores |
annotDir |
annotDir |
alleles |
alleles |
cyc |
states the number of cycles for the EM algorithm. |
runtype |
Mode how the results are saved. Possible values are ff or bm. If ff is chosen the data will not be saved automatically. With bm the results will be saved permanently. |
pkgname |
Optional parameter for the CEL mapping. |
saveFile |
Name of the file to save. |
An instance of ExpressionSet
Djork-Arne Clevert okko@clevert.de and Andreas Mitterecker mitterecker@bioinf.jku.at
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.