Perform DEGs with pyDESeq2 in CCLE Melanoma Data But Contains Negative Values
1
0
Entering edit mode
3 days ago

Hello everyone,

I would like to consult one thing about performing a DEGs analysis on CCLE melanoma data. I have a pandas df where the rows are cell lines, and columns are the gene names. In Figure-1 you can see a screenshot of that df which contains negative values for some genes in this CCLE melanoma data. I think it arises since CCLE data is a log2 transformed.If I am wrong, please correct me :)

ccle melanoma dataframe

I created a metadata where I define a condition for each cell line. Here is my metadata: metadata

I setten up the pyDESeq2 as follow: DESeq2

However I got an error, most importantly about the negative values and non-integer values. So my question is that in order to be able to perform DEGs analysis between the conditions (lower_03 vs higher_1) that I defined in the metadata, what sort of strategy would you recommend? Should I take undo log2 of the df and make the values as integer? What would you suggest as a best strategy?

Thank you very much in advance, and looking forward to learning from you!

DEG CCLE Melanoma pyDESeq2 • 262 views
ADD COMMENT
0
Entering edit mode
3 days ago
ATpoint 87k

negative values for some genes in this CCLE melanoma data. I think it arises since CCLE data is a log2 transformed

Nobody can tell you. You need to consult the documentation from where the data come from. DESeq2 expects raw integer counts to obey its model assumptions.

ADD COMMENT
0
Entering edit mode

Thank you so much for your reply! I will check it now!

ADD REPLY

Login before adding your answer.

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