read.celfiles {oligo} | R Documentation |
Parser to CEL files
Description
Reads CEL files.
Usage
read.celfiles(filenames, pkgname = NULL, phenoData = NULL, featureData =
NULL, experimentData = NULL, notes = "", verbose = TRUE)
Arguments
filenames |
a character vector with the CEL filenames. |
pkgname |
alternative data package to be loaded. |
phenoData |
phenoData |
featureData |
featureData |
experimentData |
experimentData |
notes |
notes |
verbose |
logical |
Value
ExpressionFeatureSet
|
if Expresssion arrays |
ExonFeatureSet
|
if Exon arrays |
SnpFeatureSet
|
if SNP arrays |
TilingFeatureSet
|
if Tiling arrays |
Note
Author(s)
References
See Also
read.xysfiles
for NimbleGen arrays
Examples
[Package
oligo version 1.2.2
Index]