4 Future perspectives: single-cell integration.
4.0.1 Alternative metrics
4.0.2 Pair Single Cell with (or without) Drug fingerprints
-
- Single-cell lineage capture across genomic modalities with
CellTag-multi
reveals fate-specific gene regulatory changes -> use of single-cell lineage-tracing (scLT). - High-resolution, noninvasive single-cell lineage tracing in mice and humans based on DNA methylation epi-mutations.
- Single-cell lineage capture across genomic modalities with
Ming Tommy Tang lists in Single-cell LinkedIn post trendy papers and tools for multi-sample, single-cell RNAseq differential expression analysis.
4.0.2.1 Correct for Batch Effects
DESeq2-MultiBatch
: Batch Correction for Multi-Factorial RNA-seq Experiments, avalaible as open-source GH repository, from Roy, Monthony, and Torkamaneh (2025).
4.0.2.2 Drug-response
TRADE
: Transcriptome-wide analysis of differential expression in perturbation atlases, from Nadig et al. (2025). The paper notably reports how to model a compound-dose response curve with a Hill equation. Avalaible as an open-source GH repositoryTRADEtools
. RTRADE
Tutorial
4.0.3 Barcode Differential Analysis
4.0.3.1 bartools
and BARtab
- Analysis of synthetic cellular barcodes in the genome and transcriptome with
BARtab
andbartools
.
4.0.3.2 DEBRA
- Pros
DEBRA
- Better characterisation of the mean-variance deviation -> between
trended
orshrinkage
,trended
is favoured.
- Better characterisation of the mean-variance deviation -> between
- Cons
DEBRA
:DEBRA
does not account for outliers expression, nor zero-inflated counts -> recommendation ofglmQLFit
andglmQLFTest
for routine GLM-based DE analyses, fromEdgeR
: Explaning dispersion types to newbies.- Complex protocol for discarding lowly differentially expressed barcodes.
- No available BioConductor/CRAN Repository, while latest
DEBRA
GitHub update dates back more than 4 years.
4.0.3.3 Combine Fold change and \(p\)-value
4.0.4 Drug clustering and mapping
- Use of graph clustering approaches? Like Louvain? + multiple case studies, how to combine them (2 vials of cell lines)?
- Compare with ATC prediction and clustering:
PDATC-NCPMKL-updated
GH Repo.