mgFeatures {metagenomeFeatures}R Documentation

mgFeatures-class constructor

Description

mgFeatures-class constructor

Usage

mgFeatures(taxa, tree = NULL, seq = NULL, metadata)

Arguments

taxa

a DataFrame-class or object that can be coerced into a DataFrame

tree

a phylo-class object with phylogenetic tree

seq

DNAStringSet-object with feature sequences

metadata

a list

Value

mgFeatures-class object

Examples

mgFeatures(taxa = data.frame(), metadata = list())

[Package metagenomeFeatures version 2.0.0 Index]