ca930686 |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/omada.R
\name{omada}
\alias{omada}
|
9ad94237 |
\title{A wrapper function that utilizes all tools to produce the optimal
sample memberships}
|
ca930686 |
\usage{
omada(data, method.upper.k = 5)
}
\arguments{
\item{data}{A dataframe, where columns are features and rows are data points}
|
9ad94237 |
\item{method.upper.k}{The upper limit of clusters, k, to be considered.
Must be more than 2}
|
ca930686 |
}
\value{
|
65905451 |
An object of class "clusterAnalysis" containing
|
9ad94237 |
partition.agreement.scores,partition.agreement.plot,feature.selection.scores,
|
bf274351 |
feature.selection.plot, feature.selection.optimal.features,
feature.selection.optimal.number.of.features, cluster.voting.scores,
|
9ad94237 |
cluster.voting.cluster.memberships,cluster.voting.metric.votes,
|
ca930686 |
}
\description{
|
9ad94237 |
A wrapper function that utilizes all tools to produce the optimal
sample memberships
|
ca930686 |
}
\examples{
omada(toy_genes, method.upper.k = 3)
}
|