as.MPSE {MicrobiotaProcess}R Documentation

as.MPSE method

Description

convert the .data object to MPSE object

Usage

as.MPSE(.data, ...)

Arguments

.data

one type of tbl_mpse, phyloseq, SummarizedExperiment or TreeSummarizedExperiment object

...

additional parameters, meaningless now.

Value

MPSE object

Author(s)

Shuangbin Xu

Examples

data(test_otu_data)
test_otu_data %>% as.MPSE -> mpse
mpse

[Package MicrobiotaProcess version 1.4.4 Index]