View source: R/opt.clust.num.R
| opt.clust.num | R Documentation |
This function will give optimum number of clusters based on Within Sum of Squares (wss) plot.
opt.clust.num(data, nc, seed = 1234)
data |
Feature matrix consisting of different genomic features.Each row represents features corresponding to a particular individual or contig and each column represents different genomic features. |
nc |
Probable number of clusters |
seed |
Seed value for iteration |
WSS plot
Dipro Sinha <diprosinha@gmail.com>,Sayanti Guha Majumdar, Anu Sharma, Dwijesh Chandra Mishra
library(metaCluster)
data(metafeatures)
wss_plot <- opt.clust.num(metafeatures[1:200,], nc=10, seed = 1234)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.