grap_p_test | R Documentation |
Performs graph-based permutation tests
grap_p_test(otutab, metadata, group = "Group", nperm = 999, ...)
otutab |
an otutab data.frame, samples are columns, taxs are rows. |
metadata |
metadata |
group |
one group name in columns of metadata |
nperm |
numbers of permutations to perform |
... |
additional |
ggplot
if (requireNamespace("phyloseqGraphTest") && requireNamespace("phyloseq")) {
data(otutab, package = "pcutils")
grap_p_test(otutab, metadata, "Group")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.