Error with Normalization using (rma) method !!!
1
0
Entering edit mode
@libyatahani-9206
Last seen 7.6 years ago
Libyan Arab Jamahiriya

Hi,

Any advice for this problem please ?

> dat<-ReadAffy()
> dat

AffyBatch object
size of arrays=1164x1164 features (20 kb)
cdf=HG-U133_Plus_2 (54675 affyids)
number of samples=9
number of genes=54675
annotation=hgu133plus2
notes=
> dat2<-rma(dat)
Error in (function (classes, fdef, mtable)  : 
  unable to find an inherited method for function ‘rma’ for signature ‘"AffyBatch"’

 

why that Error with (rma) function ??

 

#Tahani

normalization rma • 1.9k views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 5 hours ago
United States

Most likely because you loaded the oligo package after you loaded the affy package, and now you are masking affy::rma() with oligo::rma(). In that situation you can just do

dat2 <- affy::rma(dat)
ADD COMMENT
0
Entering edit mode

 , Thanks a lot sir 

ADD REPLY

Login before adding your answer.

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