HiTME is a robust tool for precise cell type classification in single-cell RNA-seq data, offering high resolution and flexibility. It provides accurate and interpretable cell type identification, with the ability to easily incorporate new cell types.
-
User-friendly: Seamlessly integrates with the Seurat pipeline.
-
Hierarchical granularity: Three interconnected levels of cell type annotation.
-
Tailored for the Tumor Micro-Environment: Pre-configured with relevant cell types and granularity levels.
-
Flexible: Easily customizable to add new cell types or states at any level.
-
Fast: Processes samples of 5-10K cells in ~1 minute.
# install.packages("remotes")
remotes::install_github("carmonalab/HiTME")
library(ProjecTILs)
library(HiTME)
# Fetch reference maps
ref.maps <- get.reference.maps(collection = "human")
# Cell type classification on a Seurat object
query <- Run.HiTME(query,
ref.maps = ref.maps[["human"]],
species = "human" # for mouse data set to "mouse"
)
# Seurat object metadata has been updated with cell type classification at
# different granularity levels
Find a vignette describing its main functions in html and its code (repository).
Please note that the publication describing HiTME is currently in preparation. In the meantime, we kindly ask that you cite the two primary components of HiTME in your work:
- scGate: Andreatta, Massimo, Ariel J. Berenstein, and Santiago J. Carmona. 2022. "scGate: Marker-Based Purification of Cell Types from Heterogeneous Single-Cell RNA-Seq Datasets." Bioinformatics 38 (April): 2642--44. https://doi.org/10.1093/BIOINFORMATICS/BTAC141.
- ProjecTILs: Andreatta, Massimo, Jesus Corria-Osorio, Sören Müller, Rafael Cubas, George Coukos, and Santiago J. Carmona. 2021. "Interpretation of t Cell States from Single-Cell Transcriptomics Data Using Reference Atlases." Nature Communications 2021 12:1 12 (May): 1--19. https://doi.org/10.1038/s41467-021-23324-4.