a b/OmicsFold/man/permanova.clusters.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/sample_analysis.R
3
\name{permanova.clusters}
4
\alias{permanova.clusters}
5
\title{Perform a permanova signficance test}
6
\usage{
7
permanova.clusters(consensus.summary)
8
}
9
\arguments{
10
\item{consensus.summary}{Consensus summary as generated by
11
get.block.centroids().}
12
}
13
\value{
14
Measurement of p-value for separation of clusters.
15
}
16
\description{
17
Perform a permanova significance testing using the adonis function (from
18
vegan) upon consensus classes, as returned from the get.block.centroids
19
method. Limited to first two components.
20
}