Description Usage Arguments Value Author(s) Examples
This function imports cel files and create an 'AffyBatch' based on the imported cel
1 | 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
1 2 3 4 5 6 | ## Not run:
datadir <- system.file("extdata", package = "estrogen")
raw <- import.data("phenodata.txt", path=datadir, header=TRUE, sep="",
row.names="filename")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.