Name Mode Size
R 040000
data-raw 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
DESCRIPTION 100644 2 kb
LICENSE 100644 34 kb
NAMESPACE 100644 2 kb
NEWS.md 100644 1 kb
README.md 100644 1 kb
README.md
# Clustering Deviance Index (CDI) This repository stores the R package of the paper Clustering Deviation Index (CDI): A robust and accurate internal measure for evaluating scRNA-seq data clustering. ## Installation guidance This package has been accepted by Bioconductor. From Oct 2023, you can download the package from Bioconductor by ``` if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("CDI") ``` You can also download the most up-to-date package from Github by running ``` if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes") remotes::install_github("jichunxie/CDI", build_vignettes = TRUE) ``` A tutorial of this package can be found by running the following block of codes in R ``` library(CDI) browseVignettes("CDI") ``` ## Related paper Clustering Deviation Index (CDI): a robust and accurate internal measure for evaluating scRNA-seq data clustering [https://genomebiology.biomedcentral.com/articles/10.1186/s13059-022-02825-5](https://genomebiology.biomedcentral.com/articles/10.1186/s13059-022-02825-5)