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 2 3 4 5 6 7 |
se |
a object whose class is the RangedSummarizedExperiment generated from package SummarizedExperiment. Columns of variables indicate sample information in ColData. |
design |
a formula expresses how the counts for each genes depend on the variables.e.g ~ group |
TaxaInfo |
a vector indicates the taxanomic information. The length of the vector is equal to the row number of count table. |
FeatureInfo |
a vector indicates the genomic information. The length of the vector is equal to the row number of count table. |
TaxaTable |
a data frame whose columns are kindom, phylum, class, order, family, genus and species indicate the taxanomic information. The row number of TaxaTable is equal to the row number of count table |
a WhamInput object contains all input information
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.