Description Usage Arguments Examples
Run DESeq2 on a phyloseq object and return tibble of significantly abundant OTUs
1 2 | deseq2_biom(biom, taxlevel, group, alpha = 0.01, threshold = 1,
glom = TRUE, pseudocounts = 0, maxgroups = 5)
|
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) |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.