Overview

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:

Why this project

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

Highlights

Result

Figure
Volcano Plot
Figure 1: Volcano plot Tumor vs Normal
PCA Plot
Figure 2: PCA plot Tumor vs Normal
Top Genes
Figure 3: Top 20 genes based on p-value

How to run

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