View source: R/permanovaTest.R
permanovaTest | R Documentation |
Title PERMANOVA
permanovaTest(otuTab, metaData, var, method = "bray", permutations = 999)
otuTab |
otu table of your sample |
metaData |
design file |
var |
variables |
method |
"manhattan", "euclidean", "canberra", "clark", "bray", "kulczynski", "jaccard", "gower", "altGower", "morisita", "horn", "mountford", "raup", "binomial", "chao", "cao", "mahalanobis", "chisq" or "chord". |
permutations |
permutation times |
otu_table_L2.txt <- system.file("extdata", "otu_table_L2.txt", package = "microVisu")
design.txt <- system.file("extdata", "design.txt", package = "microVisu")
permanovaTest(otu_table_L2.txt, design.txt, "status*cultivars")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.