deseq2_biom: Run DESeq2 on a phyloseq object and return tibble of...

Description Usage Arguments Examples

View source: R/deseq2_biom.R

Description

Run DESeq2 on a phyloseq object and return tibble of significantly abundant OTUs

Usage

1
2
deseq2_biom(biom, taxlevel, group, alpha = 0.01, threshold = 1,
  glom = TRUE, pseudocounts = 0, maxgroups = 5)

Arguments

biom

a phyloseq object.

taxlevel

string giving taxonomic level (from tax_table) to compare at.

group

string giving column in sample data to compare

alpha

p-value cutoff

threshold

minimum percentage of OTU to report

glom

run tax_glom on biom to get to desired level (FALSE if already at right level)

Examples

1

jhbadger/cipphyloseq documentation built on May 24, 2019, 2:04 a.m.