mp_extract_sample {MicrobiotaProcess}R Documentation

extract the sample information in MPSE object

Description

extract the sample information in MPSE object

Usage

mp_extract_sample(x, ...)

## S4 method for signature 'MPSE'
mp_extract_sample(x, ...)

## S4 method for signature 'tbl_mpse'
mp_extract_sample(x, ...)

## S4 method for signature 'grouped_df_mpse'
mp_extract_sample(x, ...)

Arguments

x

MPSE object

...

additional arguments

Value

tbl_df contained sample information.


[Package MicrobiotaProcess version 1.6.3 Index]