omada | R Documentation |
A wrapper function that utilizes all tools to produce the optimal sample memberships
omada(data, method.upper.k = 5)
data |
A dataframe, where columns are features and rows are data points |
method.upper.k |
The upper limit of clusters, k, to be considered. Must be more than 2 |
An object of class "clusterAnalysis" containing partition.agreement.scores,partition.agreement.plot,feature.selection.scores, feature.selection.plot, feature.selection.optimal.features, feature.selection.optimal.number.of.features, cluster.voting.scores, cluster.voting.cluster.memberships,cluster.voting.metric.votes, cluster.voting.k.votes,cluster.voting.plot,sample.memberships, signature.feature.coefs and signature.feature.plot
omada(toy_genes, method.upper.k = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.