cn.farms {cn.farms} | R Documentation |
Wrapper for the cn.farms algorithm
cn.farms(filenames, cores = 1, runtype = "bm")
filenames |
the absolute filepaths of the CEL files. |
cores |
number of parallel instances. |
runtype |
either ff or bm. |
An instance of ExpressionSet
containing the results of the analysis.
Djork-Arne Clevert okko@clevert.de and Andreas Mitterecker mitterecker@bioinf.jku.at
## Not run: require('hapmapsnp6') celDir <- system.file('celFiles', package = 'hapmapsnp6') filenames <- dir(path = celDir, full.names = TRUE) cn.farms(filenames = filenames) ## End(Not run)