View source: R/consensus_clustering.R
Clustering of TIPC metrics using
ConsensusClusterPlus
1 2 3 4 5 6 7 8 | consensus_clustering(
min_k = 2,
max_k = 6,
distance = "pearson",
root_dir = NULL,
output_bnm = "test",
seed = 999
)
|
min_k |
An integer indicating the minimum number of clusters. |
max_k |
An integer indicating the maximum number of clusters. |
distance |
A character value indicating the distance method used in
|
root_dir |
A directory path containing the TIPC_metrics, i.e. normalized
TIPC metrics of all 5 directions output from
|
output_bnm |
A character string appended to output folder name; sub-folders are created for different k from min_k to max_k. |
seed |
An integer seed for randomizing case ordering and for ConsensusClusterPlus. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.