View source: R/calculate_cluster_properties.R
calculate_ROGUE | R Documentation |
Calculate ROUGE Value Calculate entropy-based metric for assessing the purity of single cell populations.
calculate_ROGUE(data, cluster_info)
data |
A matrix of gene expression profile. |
cluster_info |
Cluster(or group) assignment of every cells in columns of matrix. |
A numeric ranged from 0 to 1.
Liu B, Li C, Li Z, et al. An entropy-based metric for assessing the purity of single cell populations. Nature communications, 2020, 11(1): 1-13. https://doi.org/10.1038/s41467-020-16904-3 Github URL: https://github.com/PaulingLiu/ROGUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.