Description Usage Arguments Examples
View source: R/cluster_functions.R
Finds The distances between the center of a cluster and the centers of all other clusters.
| 1 | FindClusterQuantile(cluster.no, centers.df, metric = "euclidean")
 | 
| cluster.no | The number which identifies the cluster. | 
| centers.df | Centers of clusters generated by ClusterCenterGenerator. | 
| metric | The distance metric to be used to calculate the distances between genes. See parallelDist::parDist for all accepted arguments. Also allows the option of 'abs.correlation'. | 
| 1 2 3 | pam.df <- PamClustering(Laurasmappings, k = 10)
cluster.centers <- ClusterCenterGenerator(pam.df)
FindClusterQuantile(1, cluster.centers)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.