mgFeatures {metagenomeFeatures} | R Documentation |
mgFeatures-class constructor
mgFeatures(taxa, tree = NULL, seq = NULL, metadata)
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 |
mgFeatures-class object
mgFeatures(taxa = data.frame(), metadata = list())