This project demonstrates an end-to-end RNA-seq differential expression (DE) workflow in Python using pydeseq2 (DESeq2-like negative binomial modeling). The notebook covers:
exporting results for downstream interpretation
This project asks which human genes change expression in SARS‑CoV‑2 positive vs negative samples (GSE152075) using a proper RNA‑seq DE workflow with pyDESeq2, producing interpretable QC and results visuals
| Figure |
|---|
![]() Figure 1: Volcano plot Tumor vs Normal |
![]() Figure 2: PCA plot Tumor vs Normal |
![]() Figure 3: Top 20 genes based on p-value |
git clone https://github.com/Anwesha19-prog/RNA-seq-Differential-Expression
cd RNA-seq-Differential-Expression
pip install pandas numpy matplotlib seaborn scikit-learn pydeseq2
jupyter notebook Project-2_clean.ipynb