View source: R/pri_target_graph.R
selectK | R Documentation |
Try to find optimal cluster number fro fuzzy k meansand make plots for k selection
selectK(normalize_matrix, k.range = 2:10, do.plot = TRUE)
normalize_matrix |
A matrix from Run_LINE() |
k.range |
A numeric vector for k numbers to try |
do.plot |
A Logic variable indicating whether plots are shown |
An enrichment plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.