missing probeID in affymetrix using oligo package
Hello,
I am working on an affymetrix project. My data are cel files, and I am using oligo package. My script is
celFiles<-list.celfiles(dir,full.names=TRUE)
rawData<-read.celfiles(celFiles)
library("pd.hugene.2.1.st")
ppData<-rma(rawData,target = "probeset")
mat<-exprs(ppData)
the row names of my matrix gene expression (mat) are
"16650001" "16650003" "16650005" "16650007" "16650009" "16650011" "16650013" "16650015" "16650017"
HOW
• 116 views
•
link
0 answers
No answers yet.
Log in to answer this question.