Entering edit mode
8.6 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"'
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.