Description Usage Arguments Value Examples
View source: R/cluster_functions.R
Shows how many genes are in each cluster after clustering has been applied.
1 | ClusterSpread(cluster.dataset)
|
cluster.dataset |
A transcriptomics dataset where the final column details the cluster the gene belongs to. First column should be gene names. All remaining columns should be expression levels. |
A dataframe object. The first column is the cluster number. Second column is how many genes belong to that cluster.
1 2 | pam.df <- PamClustering(Laurasmappings, k = 10)
clusterstats<-ClusterSpread(pam.df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.