normalizeNone {cn.farms} | R Documentation |
Runs the SOR normalization on microarray data
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