Antler (Another transcriptome lineage explorer) is an R package providing a set of methods for analysing single-cell RNA-seq experiments.
The idea behind Antler is to perform completely unbiased and data-driven analysis to enable the discovery of novel candidate genes and transcriptomic states.
Two vignettes demonstrate how Antler can be used to:
Identify, visualize and export the transcriptomic states of a dataset (Link).
Build the lineage tree of a cell population differentiating over time and infer the pseudotime dynamics of gene expression (Link).
Antler can be installed from Github via the devtools package:
if (!require("devtools")) { install.packages("devtools") } devtools::install_github("juliendelile/Antler", dependencies = TRUE)