using RMA normalized microarray in Limma
1
0
Entering edit mode
7 months ago
Fluke ▴ 10

Hi, i downloaded raw.tar file containing .CEL microarray data from GEO database. and then i use affy() package in R to extracted .CEL file and normalized with RMA(). Can i use this expression data to put in Limma? or it is better to use raw count anf how can i get it? Here is my code.

setwd("/Users/Admin LMB/OneDrive/Document/CEL FILE")
getwd() 
list.files()
library(affy)
Data<-ReadAffy() 
sampleNames(Data) 
N=length(Data)
eset.rma<-rma(Data)
exprs<-exprs(eset.rma)
probeid<-rownames(exprs)
exprs<-cbind(probeid,exprs) 
write.table(exprs,file="expression.txt",sep='\t',quote=F,row.names=F)

Thanks in advanced.

GEOdatabase Microarray limma RMA • 433 views
ADD COMMENT
0
Entering edit mode
7 months ago
ATpoint 84k

Arrays do not have counts. RMA-proceased data are fine. See limma user guide.

ADD COMMENT

Login before adding your answer.

Traffic: 1165 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