View source: R/calculate_cluster_properties.R
calculate_cluster_properties | R Documentation |
Summarize the Ability of Simulating Clusters
calculate_cluster_properties(
data,
dist = NULL,
cluster_info,
threads = 1,
verbose = TRUE
)
data |
A matrix or dataframe of gene expression |
dist |
Optionally, if NULL, the distance matrix is computed |
cluster_info |
The vector of characters which each cell belongs to |
threads |
How many cores used for parallel computation |
verbose |
Whether the messages of execution process are returned |
A list of metric results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.