aldex2_res_sig | R Documentation |
Format ALDEx2 results returning taxonomic information for significant results
aldex2_res_sig(phylo, aldex2_res, sig = 0.05, all_sig = TRUE)
phylo |
phyloseq object |
aldex2_res |
aldex2 object |
sig |
single numeric. Significance threshold |
all_sig |
identify which values are siginifcant in both t-test and glm test |
data.frame
data("mice_B6_N") aldex2_res <- ALDEx2::aldex(mice_B6_N@otu_table, as.character(sample_data(phylo)$Vendor)) aldex2_res_sig(mice_B6_N, aldex2_res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.