buildTree: Taxonomic tree of the taxons

Description Usage Arguments Examples

View source: R/drawTaxonomicTree.R

Description

'buildTree' Returns taxonomic tree as a igraphObject of the taxids up to phylum

Usage

1
2
buildTree(taxids = c(287, 280), standardisedRanks = c("superkingdom",
  "phylum", "class", "order", "family", "genus", "species"))

Arguments

taxids

vector of leave nodes

standardisedRanks

the ranks to report. superkingdom phylum class order family genus species

Examples

1
2
3
4
5
## Not run: 
standardisedRanks  = c("superkingdom", "phylum", "class", "order","family", "genus", "species")
buildTree(taxids = c(287, 280), standardisedRanks )

## End(Not run)

MetamapsDB documentation built on May 1, 2019, 9:23 p.m.