Learn R Programming

metagenomeFeatures (version 1.2.2)

taxa_keys: Taxonomy values for a given keytype

Description

Taxonomy values for a given keytype

Usage

taxa_keys(mgdb, keytype)

Arguments

mgdb
object of MgDb class
keytype
taxonomic classification level

Value

  • tbl_df

See Also

Other MgDb_accessors: taxa_columns, taxa_keytypes

Examples

Run this code
demoMgDb <- get_demoMgDb()
taxa_keys(demoMgDb, keytype = "Phylum")

Run the code above in your browser using DataLab