scmetrics is a package that implements a common work flow for several single cell RNA sequence metrics
The following R packages are required for installation of scmetrics:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(c("SingleCellExperiment", "AnnotationDbi"))
devtools::install_github('skinnider/flavin')
The current available methods on the development branch are: * ARI * NMI * ASW * Kbet * Graph Connectivity * AUROC Score * PPI Z-Score * Reactome Z-Score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.