BS6220 Group Assignment: Spatial Transcriptomics Analysis of Hepatocellular Carcinoma Treatment Response
This project analyzes spatial transcriptomics data from hepatocellular carcinoma (HCC) patients to understand treatment response patterns using 10x Genomics Visium technology. The analysis compares cell type compositions and ligand-receptor interactions across different treatment response categories.
- Samples: 26 paired samples from HCC patients (Pre-treatment and Post-treatment)
- Quality Control: 21 samples passed QC (81% pass rate)
- Technology: 10x Genomics Visium spatial transcriptomics
- Normalization: SCTransform (SCT)
| Category | Description | Sample Count |
|---|---|---|
| NR | Non-Responder | 12 samples |
| Progressor | Disease Progression | 2 samples |
| Super Responder | Excellent Response | 8 samples |
| Unknown | Unclassified | 4 samples |
- RCTD (Robust Cell Type Decomposition)
- cell2location
- CARD (Cell Type Annotation using Reference Dataset)
- CellChat
- CellPhoneDB
- COMMOT (COMMunication analysis by Optimal Transport)
BS6220/
├── README.md
└── Group Assignment/
├── Analysis_Report_Final.md # Comprehensive analysis report
├── README.md
└── figures/ # All visualization outputs
├── celltype_*.png # Cell type analysis figures
├── lr_*.png # Ligand-receptor analysis figures
├── spatial_*.png # Spatial visualization figures
├── dimplot_*.png # UMAP clustering figures
├── method_comparison_*.png # Tool comparison figures
└── marker_heatmap.png # Marker gene heatmap
spatial_all_response_types_combined.png- Spatial cluster distribution comparing Pre/Post treatment across response categoriesspatial_clusters_*.png- Individual sample spatial clusteringspatial_features_*.png- Spatial feature expression patternsspatial_colocalization.png- Cell type co-localization analysis
dimplot_all_response_types_combined.png- UMAP visualization comparing Pre/Post treatment for NR, Progressor, and Super Responder samples
celltype_heatmap_response.png- Cell type proportion heatmap by responsecelltype_boxplot_response.png- Cell type distribution boxplotscelltype_timepoint_interaction.png- Pre/Post treatment comparison
lr_heatmap_response.png- L-R interaction intensity heatmaplr_barplot_response.png- L-R interaction frequencylr_timepoint_interaction.png- Treatment-induced L-R changes
method_comparison_celltype.png- Comparison of cell type deconvolution toolsmethod_comparison_lr.png- Comparison of L-R interaction tools
- Super Responders show distinct spatial clustering patterns with increased immune cell infiltration post-treatment
- Non-Responders maintain similar cell type compositions before and after treatment
- Progressors exhibit expansion of tumor-associated cell populations
- Different deconvolution methods show high concordance for major cell types
- L-R interaction analysis reveals treatment-induced changes in immune-tumor communication
- All 26 samples contain SCT (SCTransform) normalized data
- Per-sample analysis approach avoids cross-sample dimension mismatch issues
- Spatial coordinates extracted using
GetTissueCoordinates()for visualization
BS6220 Course Group Assignment
This project is for educational purposes as part of the BS6220 course.