View source: R/get_metric_votes_k.R
get_metric_votes_k | R Documentation |
Get a dataframe with the k votes for every index
get_metric_votes_k(object)
object |
An object of class "clusterVoting" |
Dataframe with the k votes for every index
cv.object <- clusterVoting(toy_genes, 4,6,"sc")
get_metric_votes_k(cv.object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.