import.data {AffyExpress} | R Documentation |
This function imports cel files and create an 'AffyBatch' based on the imported cel
import.data(phenotype.file, path=getwd(), ...)
phenotype.file |
the name of the phenotype file - text file |
path |
the name of the directory storing phenotype.file and the cel files, the default value is the current working directory |
... |
Refers to "read.AnnotatedDataFrame" (Biobase) |
an 'AffyBatch'
Xiwei Wu xwu@coh.org, Xuejun Arthur Li xueli@coh.org
## Not run: datadir <- system.file("extdata", package = "estrogen") raw <- import.data("phenodata.txt", path=datadir, header=TRUE, sep="", row.names="filename") ## End(Not run)