INSILICOMERGING: Error in (function (classes, fdef, mtable)
0
0
Entering edit mode
9.9 years ago
ira_grich • 0

Hi , I am using Bioconductor/R and inSilicoMerging package. I got an error message:

INSILICOMERGING: Run with no additional merging technique... **Error in (function (classes, fdef, mtable): **unable to find an inherited method for function 'annotation' for signature '"character"*

Please tell me what does this message means?

Tnx

My steps:

(1) download

(2) code

library(affy)
library(annaffy)

ReadCell = ReadAffy()
Norm.data = rma(ReadCell)

(3) code:

eset1<-Norm.data
eset2<-Norm.data

(4) code:

library(inSilicoMerging)

esets= list(eset1,eset2)
eset_FRMA = merge(esets)

INSILICOMERGING: Run with no additional merging technique...
Error in (function (classes, fdef, mtable)  :
  unable to find an inherited method for function 'annotation' for signature '"character"'

same error message:

eset_BMC = merge(esets, method="BMC")
R • 4.3k views
ADD COMMENT
0
Entering edit mode
ADD REPLY

Login before adding your answer.

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