Description Usage Arguments Value Author(s) References See Also Examples
Reads the specified file, which defines phenotypic data for a
set of .CEL files. Reads the specified files into an
AffyBatch
object and
then creates a phenoData
object, defining the
experimental factors for those chips.
1 |
covdesc |
A white space delimited file suitable for reading as a |
... |
extra functions to pass on to |
path |
The path to prefix the filenames with before calling |
An AffyBatch object
Crispin J Miller
http://bioinformatics.picr.man.ac.uk/
ReadAffy
,
AffyBatch
data.frame
phenoData
1 2 3 4 5 6 |
## Not run:
eset <- read.affy(); # read a set of CEL files
eset.rma <- call.exprs(eset,"rma");
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.