FindClusterQuantile: FindClusterQuantile

Description Usage Arguments Examples

View source: R/cluster_functions.R

Description

Finds The distances between the center of a cluster and the centers of all other clusters.

Usage

1
FindClusterQuantile(cluster.no, centers.df, metric = "euclidean")

Arguments

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'.

Examples

1
2
3
pam.df <- PamClustering(Laurasmappings, k = 10)
cluster.centers <- ClusterCenterGenerator(pam.df)
FindClusterQuantile(1, cluster.centers)

nathansam/CircadianTools documentation built on Dec. 26, 2019, 11:30 a.m.