Description Usage Arguments Value Examples
This function will take the long table and return a DGEL object either from edgeR or DESeq2. At the moment, it can only do simple designs (limited to one factor).
1 2 |
method |
The method for doing differential gene expression. Defaults to edgeR. |
samples |
The column header for your sample identifiers. Defaults to SampleID. |
otus |
The column header for your OTU identifiers. Defaults to variable. |
value |
The column header for the OTU abundances. Defaults to RA. |
group |
The variable that the user is trying to differentiate. Needs to be a column in the dataset. |
tibble of OTUs by Sample IDs
1 | widen()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.