This is a test version of Biostars. For the public version, visit https://www.biostars.org.
R error : Error in getEAWP(object) : data object isn't of a recognized data class

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

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

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

0 answers

No answers yet.

Log in to answer this question.