Description Usage Arguments Value Examples
R package allowing for exploratory analysis of metagenomics and metatranscriptomic data. Includes visualization and statistical analysis on the gene family and taxa level. This package is developped based on package ALDEx2.
1 | WhamFromBiobakery(countData = NULL, colData = NULL, design = NULL)
|
countData |
a data frame or a matrix contains the counts generated from the biobakery process. The first three columns of the count table have to be "Acc","Taxa",and "Feature" respectively(case insensitive) |
colData |
metadata table contains experiment design with at least one column. The row number of coldata has to be equal to the columns of count table excluding the first three columns. |
design |
a formula expresses how the counts for each genes depend on the variables.e.g ~ group |
a WhamInput object contains countData, ColData, design, Taxainfo, FeatureInfo, TaxaTable
1 | # see the vignette for more details
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.