View source: R/method-as-phyloseq.R
as.phyloseq | R Documentation |
convert to phyloseq object.
as.phyloseq(x, .abundance, ...)
as_phyloseq(x, .abundance, ...)
## S3 method for class 'MPSE'
as.phyloseq(x, .abundance, ...)
## S3 method for class 'tbl_mpse'
as.phyloseq(x, .abundance, ...)
x |
object, tbl_mpse object, which the result of as_tibble for phyloseq objcet. |
.abundance |
the column name to be as the abundance of otu table, default is Abundance. |
... |
additional params |
phyloseq object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.