as.phyloseq {MicrobiotaProcess} | 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.