R error : Error in getEAWP(object) : data object isn't of a recognized data class
0
0
Entering edit mode
2.6 years ago

I get this error in microarray analysis

> fit = lmFit(DataSeries, design)
Error in getEAWP(object) : data object isn't of a recognized data class
microarray GEOquery • 1.5k views
ADD COMMENT
1
Entering edit mode

Did you do this R error: unable to find an inherited method for function ‘exprs’ for signature ‘"list"’ ? Probably the same error, you are trying to fit that list into the function rather than the ExpressionSet.

ADD REPLY
0
Entering edit mode

Please use the formatting bar (especially the code option) to present your post better. You can use backticks for inline code (`text` becomes text), or select a chunk of text and use the highlighted button to format it as a code block. If your code has long lines with a single command, break those lines into multiple lines with proper escape sequences so they're easier to read and still run when copy-pasted. I've done it for you this time.
code_formatting

ADD REPLY
0
Entering edit mode

What is the output of class(DataSeries) and class(design) ?

ADD REPLY

Login before adding your answer.

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