TLS-Scope: An Open-Source Spatial Transcriptomics Pipeline for Tertiary Lymphoid Structure Classification
TLS-Scope: An Open-Source Spatial Transcriptomics Pipeline for Tertiary Lymphoid Structure Classification
A hierarchical graph neural network operating on spatial transcriptomics data can classify tertiary lymphoid structures as immunogenic or tolerogenic — a distinction with direct implications for predicting immunotherapy response that bulk RNA analysis cannot make.
The AI model described in this paper solves a clinically critical problem, but it will only have impact if it's accessible to the research community. TLS-Scope would be an open-source Python pipeline that takes 10x Visium spatial transcriptomics data as input and outputs TLS classification (immunogenic vs. tolerogenic), along with annotated spatial maps showing the location and type of each TLS in the tissue.
The pipeline would include: spot-level cell type deconvolution (to identify immune cell compositions), TLS detection (identifying spatial clusters with TLS architecture), the hierarchical GNN classifier (adapted from the paper's approach), and a visualization module that overlays TLS classification onto the tissue image. All components would be modular so researchers can swap in alternative cell type deconvolution or GNN architectures.
A secondary application: using TLS classification scores alongside existing clinical data to train and validate an immunotherapy response predictor across public cancer datasets. This could be packaged as a companion tool that outputs a probability score alongside the TLS classification — giving oncologists a data-rich immunotherapy response prediction from a single spatial transcriptomics run.
Who Is This For?
Cancer immunologists, bioinformaticians, and computational pathologists working on tumor microenvironment characterization and immunotherapy biomarkers.
Skills & Tools Needed
- Python (PyTorch Geometric or DGL for GNN)
- Single-cell/spatial transcriptomics analysis (Scanpy, Squidpy)
- Deep learning for graph data
- Spatial data visualization
- Cancer immunology knowledge
Feasibility
medium — Spatial transcriptomics GNN tools exist as frameworks, but implementing a validated TLS-specific classifier requires access to labeled training data and expertise in both spatial biology and deep learning.