PyDESeq2 icon indicating copy to clipboard operation
PyDESeq2 copied to clipboard

Could data from UCSC Xena used as an input for PyDESeq2?

Open fredsamhaak opened this issue 5 months ago • 1 comments

Hi, thanks for your great job. I am going to do DEA based on data downloaded from UCSC Xena:

Image

I wonder if PyDESeq2 could deal with these data (e.g. RSEM expected_count (DESeq2 standardized)). Is 'raw read count' strictly needed as an input for PyDESeq2?

Thanks in advance and really looking forward to hearing from you.

fredsamhaak avatar Aug 22 '25 07:08 fredsamhaak

I think you can assume data is already normalized and use pyDESeq2 for differential expression analysis skipping normalization step.

This tutorial can help you understand analysis steps and logical reasoning for each step.

https://hbctraining.github.io/DGE_workshop/lessons/04_DGE_DESeq2_analysis.html

abearab avatar Aug 22 '25 09:08 abearab