Description Usage Arguments Value Author(s) Examples
This function decides the number of optimum cell clusters for the given experimental scRNA-seq data.
1 | optimcluster(CountData, n, seed, Threshold, plot = TRUE)
|
CountData |
Observed count data matrix for genes, rows represent genes, columns represent cells. |
n |
Maximum value for number of cell clusters. |
seed |
value for random cluster generation. |
Threshold |
Threshold value for deciding the optimum number of cell clusters. |
plot |
Logical variabe taking value either TRUE or FALSE, default is FALSE. |
A list containing the clustering index, delta and the optimum cluster number.
Samarendra Das
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.