read.exon {exonmap} | R Documentation |
Reads the specified file, which defines an AnnotatedDataFrame for a
set of .CEL files. Reads the specified files into an AffyBatch
object and
then creates an AnnotatedDatabaframe
object, defining the experimental factors
for those chips.
read.exon(covdesc = "covdesc",path=".", ...)
covdesc |
A white space delimited file suitable for reading as a data.frame . The first column (with no column name)
contains the names(or paths to) the .CEL files to read. Remaining columns (with names) represent experimental factors
for each chip. these become elements of the AnnotatedDataFrame object.
|
... |
extra functions to pass on to ReadAffy |
path |
The path to prefix the filenames with before calling ReadAffy |
An AffyBatch object
Crispin J Miller
http://bioinformatics.picr.man.ac.uk/
ReadAffy
, AffyBatch
data.frame
AnnotatedDataFrame
## Not run: eset <- read.exon(); # read a set of CEL files ## End(Not run)