mp_extract_taxonomy {MicrobiotaProcess}R Documentation

extract the taxonomy annotation in MPSE object

Description

extract the taxonomy annotation in MPSE object

Usage

mp_extract_taxonomy(x, ...)

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

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

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

Arguments

x

MPSE object

...

additional arguments

Value

data.frame contained taxonomy annotation.


[Package MicrobiotaProcess version 1.6.2 Index]