comp_diff_abund_analysis: Compare Differential Abundance Analysis

View source: R/diff_abun.R

comp_diff_abund_analysisR Documentation

Compare Differential Abundance Analysis

Description

Returns matching or missmatching rows from the Differential Abundance Analysis of different methods

Usage

comp_diff_abund_analysis(x, y, type, by = "OTU")

Arguments

x

data.frame with significant observations as rownames

y

data.frame with significant observations as rownames

by

identifier in both tables

Value

list

Examples

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")

ericjcgalvez/MicrobiomeWrangler documentation built on April 14, 2022, 6:33 p.m.