Normalization of microarray data?
1
1
Entering edit mode
7.9 years ago
12021560-040 ▴ 70

Please help me to pinpoint the error..?

featureData: none
experimentData: use'experimentData(object)'
Annotation: pd.hugene.1.0.st.v1
> normData <- rma(rawData)
Error in (function(classes,fdef,mtable) :
   unable to find an inherited method for function 'probeNames' for signature '"GeneFeatureSet"'
R celfiles Rawdata software error • 4.2k views
ADD COMMENT
2
Entering edit mode

You need to give more details if we should help you, e.g. your full command chain, and the output of sessionInfo(). I am guessing that your rawData object is not of the right type, but that is hard to tell from the fragment you posted.

ADD REPLY
7
Entering edit mode
7.4 years ago
russhh 5.7k

Just had this as a result of having 'affy' in my namespace by accident

Use the oligo package for your rma method, rather than affy.

Affy::rma converts AffyBatch to ExpressionSet

oligo::rma acts on ExonFeatureSet, ExpressionFeatureSet, GeneFeatureSet, GenericFeatureSet, HTAFeatureSet or SnpCnvFeatureSet; and for the GeneFeatureSet that you've got converts it to ExpressionSet

ADD COMMENT

Login before adding your answer.

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