DEqMS icon indicating copy to clipboard operation
DEqMS copied to clipboard

Error in getEAWP(object)

Open ofleitas opened this issue 2 years ago • 6 comments

Hello

I'm trying to analyze a label-free data with DEqMS but I get an error when I apply lmFit. Error in getEAWP(object) : Data object doesn't contain numeric expression values

My input data is an already normalized and log2 transformed protein table. Then in step protein.matrix = log2(as.matrix(df.LFQ.filter)) instead of using log2 I use the following expression protein.matrix = as.matrix(df.LFQ.filter)

I don't know if this is related to the error

ofleitas avatar Sep 06 '22 01:09 ofleitas