lineage {taxonomy_kit} R Documentation

get taxonomy lineage model from the ncbi taxonomy tree by given taxonomy id

Description

Usage

lineage(tree, tax,
    fullName = FALSE);

Arguments

tree

the ncbi taxonomy tree model. [as NcbiTaxonomyTree]

tax

the ncbi taxonomy id or taxonomy string in BIOM style. [as string]

fullName

[as boolean]

Details

Authors

metagenomics_kit

Value

this function returns data object of type Taxonomy[].

clr value class

Examples


[Package taxonomy_kit version 1.0.0.0 Index]