| mgFeatures-accessors {metagenomeFeatures} | R Documentation |
Accessors for mgFeatures-class object slots.
mgF_seq - refDbSeq slot,
mgF_taxa - taxa slot,
mgF_tree - phylogenetic tree slot, and
mgF_meta - metadata slot.
mgF_tree(mgF) mgF_seq(mgF) mgF_taxa(mgF) mgF_meta(mgF)
mgF |
mgFeatures-class object. |
appropriate class object for the slot accessed
data(mock_mgF) mgF_seq(mock_mgF) mgF_taxa(mock_mgF) mgF_tree(mock_mgF) mgF_meta(mock_mgF)