MPSE {MicrobiotaProcess} | R Documentation |
Construct a MPSE object
MPSE(assays, colData, otutree = NULL, taxatree = NULL, refseq = NULL, ...)
assays |
A 'list' or 'SimpleList' of matrix-like elements All elements of the list must have the same dimensions, we also recommend they have names, e.g. list(Abundance=xx1, RareAbundance=xx2). |
colData |
An optional DataFrame describing the samples. |
otutree |
A treedata object of tidytree package, the result parsed by the functions of treeio. |
taxatree |
A treedata object of tidytree package, the result parsed by the functions of treeio. |
refseq |
A XStingSet object of Biostrings package, the result parsed by the readDNAStringSet or readAAStringSet of Biostrings. |
... |
additional parameters, see also the usage
of |
MPSE object