cluster_stats | R Documentation |
Compute statistics about the clusters
cluster_stats(object)
object |
a ClusterSet object. |
For each cluster this function computes: - The sum of (normalized) counts divided by the number of genes (cluster size). This gives a good estimates of whether the genes are weakly or highly expressed (*i.e* housekeeping) - The variance. This provides an estimate of the dispertion of the values inside a cluster. - The standard deviation. This provides an estimate of the dispertion of the values inside a cluster. - The coefficient of variation. This provides an estimate of the dispertion of the values inside a cluster (normalized by the mean expression).
# load a dataset
load_example_dataset('7871581/files/pbmc3k_medium_clusters')
df <- cluster_stats(pbmc3k_medium_clusters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.