comp_diff_abund_analysis | R Documentation |
Returns matching or missmatching rows from the Differential Abundance Analysis of different methods
comp_diff_abund_analysis(x, y, type, by = "OTU")
x |
data.frame with significant observations as rownames |
y |
data.frame with significant observations as rownames |
by |
identifier in both tables |
list
data("mice_B6_N") deseq2_res <- deseq2_analysis(mice_B6_N, "Mircobiota") aldex2_res <- ALDEx2::aldex(mice_B6_N@otu_table, as.character(sample_data(phylo)$Vendor)) comp_diff_abund_analysis(deseq2_res, aldex2_res, type = "match")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.