RMA problem in affy package
0
0
Entering edit mode
8.7 years ago
Nitin ▴ 170

Hello,

I wrote following R code to analyze affymeterix microarray data

library(BiocGenerics)
library(methods)
library(Biobase)
library(affy)
library(limma)
library(statmod)
library(AnnotationDbi)
library(DBI)

targets <- readTargets ("affy_targets.txt")
data <- ReadAffy(filenames=targets$FileName)
eset <- rma(data)
pData(eset)

But at this step while executing showed following error

Error in function (classes, fdef, mtable) : 
  Unable to find an inherited method for function 'rma' for signature '"AffyBatch"'`

I am using this code from past 1 year with R 2.15.2 (now also I have used same version) which worked perfectly all the time. But today it ran into error..

Just not able to resolve this :(

Can anybody please help

Thanks,
Nitin

R • 2.8k views
ADD COMMENT

Login before adding your answer.

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