mp_extract_refseq {MicrobiotaProcess}R Documentation

Extract the representative sequences from MPSE object

Description

Extract the representative sequences from MPSE object

Usage

mp_extract_refseq(x, ...)

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

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

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

Arguments

x

MPSE object

...

additional parameters, meaningless now.


[Package MicrobiotaProcess version 1.6.1 Index]