This repository documents a self-directed computational biology project aimed at reproducing key findings from:
Li et al.
Myeloid-specific KDM6B inhibition sensitizes glioblastoma to PD1 blockade.
using publicly available single-cell RNA sequencing data from GEO.
| Resource | Information |
|---|---|
| GEO accession | GSE131928 |
| Organism | Homo sapiens |
| Platform | 10X Genomics |
| Sample analyzed | GSM3828673_10X_GBM_IDHwt_processed_TPM.tsv |
Dataset:
https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE131928
- Reproduce published findings from glioblastoma scRNA-seq data.
- Characterize myeloid populations.
- Investigate KDM6B expression heterogeneity.
- Perform clustering and marker analysis.
- Explore biological pathways and functional enrichment.
Data Import
↓
Seurat Object Construction
↓
Normalization
↓
Variable Feature Selection
↓
PCA
↓
Graph-based Clustering
↓
UMAP Visualization
↓
Marker Identification
↓
Myeloid Cell Extraction
↓
KDM6B Expression Analysis
↓
Figure Reproduction
- R (v4.5.3)
- RStudio
- Seurat v5
- DESeq2
- clusterProfiler
- ggplot2
- pheatmap
GBM_scRNAseq_KDM6B_Project
│
├── README.md
│
├── Scripts
│ ├── 01_data_import.R
│ ├── 02_seurat_pipeline.R
│ ├── 03_clustering_UMAP.R
│ ├── 04_marker_analysis.R
│ ├── 05_myeloid_subsetting.R
│ ├── 06_KDM6B_analysis.R
│ └── 07_figure_reproduction.R
│
├── Figures
├── Results
└── Environment
- Loading processed expression matrix.
- Seurat object construction
- Normalization
- Feature selection
- PCA
- UMAP
- Graph-based clustering
- Marker gene identification
Using:
- CD68
- CD14
- CD163
- CX3CR1
- FeaturePlot
- Violin plot analysis
Attempted reproduction of key figures from:
Li et al.
Myeloid-specific KDM6B inhibition sensitizes glioblastoma to PD1 blockade.
- Single-cell RNA-seq analysis
- Differential expression analysis
- Functional enrichment
- R
- Seurat
- Data visualization
- Reproducible workflows
- Glioblastoma biology
- Tumor-associated macrophages
- Myeloid heterogeneity
- KDM6B signaling
- Differential expression analysis
- GO enrichment
- Correlation analysis
- Figure 2 reproduction
- Integration with ChIP-seq data
Soumen Manna PhD Epigenetics | Cancer Biology