import.data {AffyExpress}R Documentation

Importing Affy Cel File

Description

This function imports cel files and create an 'AffyBatch' based on the imported cel

Usage

import.data(phenotype.file, path=getwd(), ...)

Arguments

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)

Value

an 'AffyBatch'

Author(s)

Xiwei Wu xwu@coh.org, Xuejun Arthur Li xueli@coh.org

Examples

## Not run: 
datadir <- system.file("extdata", package = "estrogen")
raw <- import.data("phenodata.txt", path=datadir, header=TRUE, sep="", 
    row.names="filename")
## End(Not run)

[Package AffyExpress version 1.8.0 Index]