powered by
`buildTree` Returns taxonomic tree as a igraphObject of the taxids up to phylum
buildTree(taxids = c(287, 280), standardisedRanks = c("superkingdom", "phylum", "class", "order", "family", "genus", "species"))
vector of leave nodes
the ranks to report. superkingdom phylum class order family genus species
# NOT RUN { standardisedRanks = c("superkingdom", "phylum", "class", "order","family", "genus", "species") buildTree(taxids = c(287, 280), standardisedRanks ) # }
Run the code above in your browser using DataLab