Liver Cancer RNA-seq Analysis
Description
This project analyzes TCGA liver cancer RNA-seq data to identify differentially expressed genes and visualize results using PCA, heatmap, volcano plot, and 3D PCA.
Folder Structure
data/: Raw RNA-seq CSV filescripts/: Analysis and report scriptsresults/: Output figures, CSVs, and interactive 3D plotREADME.md: Project description.gitignore: Ignore unnecessary files
Key Results
- Top 20 differentially expressed genes saved in
Top_20_Genes.csv - PCA plots show sample separation
- Heatmap visualizes gene expression patterns
- Volcano plot highlights significant genes
- 3D PCA interactive plot in
3D_PCA.html
Usage
- Run
analysis.pyto generate plots and Top 20 genes CSV. - Run
create_report.pyto create a 1-page PDF report summarizing the findings.
Log in or sign up for Devpost to join the conversation.