betatest {microbial} | R Documentation |
PERMANOVA test for phyloseq
Description
PERMANOVA test for phyloseq
Usage
betatest(physeq, group, distance = "bray")
Arguments
physeq |
A |
group |
(Required). Character string specifying name of a categorical variable that is preferred for grouping the information. information. |
distance |
A string character specifying dissimilarity index to be used in calculating pairwise distances (Default index is "bray".). "unifrac","wunifrac","manhattan", "euclidean", "canberra", "bray", "kulczynski", "jaccard", "gower", "altGower", "morisita", "horn", "mountford", "raup" , "binomial", "chao", "cao" or "mahalanobis". |
Value
PERMANOVA test result
Author(s)
Kai Guo
Examples
{
data("Physeq")
phy<-normalize(physeq)
beta <-betatest(phy,group="SampleType")
}
[Package microbial version 0.0.21 Index]