View source: R/ELeFHAnt_Functions.R
ValidatePredictions | R Documentation |
Validate Predictions is a function to validate celltype assignments. It uses Gene Set Enrichment Analysis (GSEA) and cell type markers from CellMarker Database to let user assess celltype annotation/harmonization. It requires species, tissue and query dataset. For GSEA, ELeFHAnt uses C8 Hallmark Gene Sets and from CellMarker Database it uses markers curated based on experiments.
ValidatePredictions(species = NULL, tissue = NULL, query = NULL)
species |
human or mouse to select the C8 hallmark cell type gene sets |
tissue |
please check human_tissues or mouse_tissues if validatePredictions = TRUE |
query |
a processed seurat object with seurat_clusters column in metadata |
reference |
a processed seurat object with Celltypes column in metadata |
GSEA result
Praneet Chaturvedi & Konrad Thorner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.