(January 2026 - February 2026)
This project investigates the transcriptional remodeling of peripheral blood T-cells in Sjögren’s Syndrome (SjD). The objective is to identify functional programs (cytotoxicity, IFN response) defining the pathological state compared to Healthy Donors (HD), using a comparative and multi-platform approach.
The analysis highlights a coordinated transition from a surveillance state toward a hyper-activated axis:
- CD8+ Axis: A shift from Early Memory cells (IL7R, TCF7) toward an expanded Cytotoxic Effector pool (GZMB, PRF1, GNLY).
- CD4+ Axis: A reduction in Th1-like cells, replaced by a dominant IFN-high signature (ISG15, MX1).
- Key Insight: Treg proportions remain numerically stable, suggesting that autoimmunity stems from functional dysregulation rather than a loss of regulatory cell numbers.
To ensure robustness and demonstrate technical versatility, the analysis was implemented using both Scanpy (Python) and Seurat v5 (R).
.
├── Scanpy/ # Exploratory & Differential Analysis (Python)
│ ├── Notebooks/ # NB01 to NB05 (QC to Interpretation)
│ ├── Results/ # UMAPs, Heatmaps, and DE Dot plots
│ └── README.md # Scanpy-specific documentation
│
├── Seurat/ # High-resolution Integration (R)
│ ├── Scripts/ # Sub-clustering and Harmony integration
│ ├── Results/ # Proportion Bar plots and multimodal VIZ
│ └── README.md # Seurat-specific documentation
│
└── README.md # Global project synthesis (this file)
Both pipelines adhere to identical quality control standards to ensure results comparability:
- Downsampling: Strategic reduction to a representative subset of 40,000 cells to optimize computational resources.
- QC Thresholds: Filtering of debris and doublets (500 < nFeature_RNA < 4000) and dying cells (percent.mt < 15%).
- Visual Validation: Systematic threshold validation using Scatter plots (count/gene correlation) and Box plots per sample.
- T-Cell Focus: Targeted extraction of T-cell compartments based on lineage markers identified during global atlas generation (CD8A/B, IL7R, CCR7, GZMK, FOXP3, etc.).
The pathological landscape is characterized through a combination of complementary visualizations:
- UMAPs (Split by condition): To visualize the spatial expansion of pathological clusters.
- Dot Plots (Split by condition): To compare expression intensity and frequency of key genes (e.g., ISG signature).
- Proportion Bar Plots: To quantify the numerical redistribution of cell states (loss of Naive/Memory vs. gain of Effector).
Our analysis demonstrates that Sjögren’s Syndrome induces a significant reprogramming of the T-cell landscape, shifting from homeostatic surveillance toward a pathological activation profile:
- CD8+ Shift: A major transition from Early Memory states toward an expanded Cytotoxic Effector compartment.
- CD4+ Activation: Significant loss of homeostatic Th1-like cells in favor of a dominant IFN-high signature.
- Regulatory Stability: Maintained Treg numbers despite chronic inflammation, pointing toward potential functional impairment rather than numerical deficiency.
- Trajectory Inference: Modeling the differentiation continuum using
Slingshot. - Cell-Cell Communication: Mapping ligand-receptor interactions via
CellChat. - TCR Integration: Investigating clonal expansion within the identified cytotoxic clusters.
- Source: NCBI GEO Accession GSE253568.
- Publication: McDermott et al., 2024. Regulatory T cells and IFN-γ-producing Th1 cells play a critical role in the pathogenesis of Sjögren’s Syndrome.