Learn R Programming

cn.farms (version 1.20.0)

cn.farms: cn.farms

Description

Wrapper for the cn.farms algorithm

Usage

cn.farms(filenames, cores = 1, runtype = "bm")

Arguments

filenames
the absolute filepaths of the CEL files.
cores
number of parallel instances.
runtype
either ff or bm.

Value

An instance of ExpressionSet containing the results of the analysis.

Examples

Run this code
## Not run: 
# require('hapmapsnp6')
# celDir <- system.file('celFiles', package = 'hapmapsnp6')
# filenames <- dir(path = celDir, full.names = TRUE)
# cn.farms(filenames = filenames)
# ## End(Not run)

Run the code above in your browser using DataLab