[e26484]: / OmicsFold / man / permanova.clusters.Rd

Download this file

21 lines (20 with data), 602 Bytes

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