missing probeID in affymetrix using oligo package
0
0
Entering edit mode
9.0 years ago

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 can I replace this rownames by the probe ID of my data, like (12547_at)

Thank you

affymetrix • 2.4k views
ADD COMMENT
0
Entering edit mode

Hi, how did you solve your problem?

ADD REPLY

Login before adding your answer.

Traffic: 2548 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6