Usage
read.celfiles(..., filenames, pkgname, phenoData, featureData,
experimentData, protocolData, notes, verbose=TRUE, sampleNames,
rm.mask=FALSE, rm.outliers=FALSE, rm.extra=FALSE, checkType=TRUE)read.celfiles2(channel1, channel2, pkgname, phenoData, featureData,
experimentData, protocolData, notes, verbose=TRUE, sampleNames,
rm.mask=FALSE, rm.outliers=FALSE, rm.extra=FALSE, checkType=TRUE)
Arguments
...
names of files to be read.
filenames
a character vector with the CEL filenames.
channel1
a character vector with the CEL filenames for
    the first 'channel' on a Tiling application
channel2
a character vector with the CEL filenames for
    the second 'channel' on a Tiling application
pkgname
alternative data package to be loaded.
experimentData
experimentData
sampleNames
character vector with sample names (usually
    better descriptors than the filenames)
rm.mask
logical. Read masked?
rm.outliers
logical. Remove outliers?
rm.extra
logical. Remove extra?
checkType
logical. Check type of each file? This can be
    time consuming.