mgF_ {metagenomeFeatures}R Documentation

mgFeatures accessors

Description

Accessors for mgFeatures-class object slots. mgF_seq - refDbSeq slot, mgF_taxa - taxa slot, mgF_tree - phylogenetic tree slot, and mgF_meta - metadata slot.

Usage

mgF_tree(mgF)

mgF_seq(mgF)

mgF_taxa(mgF)

mgF_meta(mgF)

Arguments

mgF

mgFeatures-class object.

Value

appropriate class object for the slot accessed

Examples

data(mock_mgF)
mgF_seq(mock_mgF)
mgF_taxa(mock_mgF)
mgF_tree(mock_mgF)
mgF_meta(mock_mgF)

[Package metagenomeFeatures version 2.0.0 Index]