R/import.data.R

Defines functions import.data

Documented in import.data

import.data<-function(phenotype.file, path=getwd(), ...){
    phenoD<-read.AnnotatedDataFrame(phenotype.file, path=path, ...)
    raw<-ReadAffy(filenames=rownames(pData(phenoD)), phenoData=phenoD, celfile.path=path)
    raw
}

Try the AffyExpress package in your browser

Any scripts or data that you put into this service are public.

AffyExpress documentation built on Nov. 8, 2020, 7:50 p.m.