powered by
Performs graph-based permutation tests
grap_p_test(otutab, metadata, group = "Group", nperm = 999, ...)
ggplot
an otutab data.frame, samples are columns, taxs are rows.
metadata
one group name in columns of metadata
numbers of permutations to perform
additional
# \donttest{ if (requireNamespace("phyloseqGraphTest") && requireNamespace("phyloseq")) { data(otutab, package = "pcutils") grap_p_test(otutab, metadata, "Group") } # }
Run the code above in your browser using DataLab