Taxon-class: Taxon-classes

Description Usage Slots See Also

Description

Taxon” is a (virtual) class that provides a container for records retrieved from the NCBI Taxonomy database. It is extended by the classes “Taxon_minimal” and “Lineage” with three slots TaxId, ScientificName, and Rank, and by class “Taxon_full”, with the additional slots ParentTaxId, OtherName, Authority, TypeMaterial, and Lineage.

Usage

1
2
3
4
5
  new_Taxon_minimal(...)

  new_Lineage(...)

  new_Taxon_full(...)

Slots

TaxId:

The Taxonomy Identifier, a stable unique identifier for each taxon in the NCBI Taxonomy database.

ScientificName:

The unique scientific name of the taxon.

Rank:

The taxonomic rank of the taxon.

ParentTaxId:

The Taxonomy Identifier of the parental taxon.

OtherName:

A named character vector holding synonyms or GenBankSynonyms.

Authority:

Authority

TypeMaterial:

Type material

Lineage:

Lineage

See Also

TaxonList


gschofl/ncbi documentation built on May 17, 2019, 8:53 a.m.