A simple analysis of bulk RNA-seq and scRNA-seq datasets using PCA and UMAP.
The project focuses on QC, visualization, clustering, and interpretation of biological replicates and groups.
- Perform QC analysis on bulk RNA-seq data using PCA
- Check consistency of biological replicates
- Cluster scRNA-seq data using UMAP
- Identify differences between cell groups
- PCA via
scikit-learn - UMAP and clustering via
scanpy - Visualization using
matplotlibandseaborn
- Install dependencies:
pip install -r requirements.txt
- Launch the notebook:
jupyter notebook Practice_PCA_bulk_RNA_seq_scRNA_seq.ipynb
This project is licensed under the MIT License. See the LICENSE file for details.