View source: R/calculate_cluster_properties.R
calculate_CDI | R Documentation |
Calculate Clustering Deviation Index (CDI)
calculate_CDI(data, cluster_info, batch_info = NULL)
data |
A matrix of gene expression profile. |
cluster_info |
Cluster(or group) assignment of every cells in columns of matrix. |
batch_info |
Default is NULL. Batch information of every cells. |
A dataframe of CDI values
Fang J, Chan C, Owzar K, et al. Clustering Deviation Index (CDI): A robust and accurate unsupervised measure for evaluating scRNA-seq data clustering. bioRxiv, 2022. https://doi.org/10.1101/2022.01.03.474840 Github URL: https://github.com/jichunxie/CDI
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.