Description Usage Arguments Value Author(s) Examples
Wrapper for the cn.farms algorithm
1 | 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
1 2 3 4 5 6 7 | ## Not run:
require('hapmapsnp6')
celDir <- system.file('celFiles', package = 'hapmapsnp6')
filenames <- dir(path = celDir, full.names = TRUE)
cn.farms(filenames = filenames)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.