mp_import_biom | R Documentation |
building MPSE object from biom-format file.
mp_import_biom(
biomfilename,
mapfilename = NULL,
otutree = NULL,
refseq = NULL,
...
)
biomfilename |
character the biom-format file path. |
mapfilename |
character, the file contained sample information, the tsv format, default is NULL. |
otutree |
treedata, phylo or character, the file contained reference sequences, or treedata object, which is the result parsed by functions of treeio, default is NULL. |
refseq |
XStringSet or character, the file contained the representation sequence file or XStringSet class to store the representation sequence, default is NULL. |
... |
additional parameter, which is meaningless now. |
MPSE-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.