Learn R Programming

AtlasRDF (version 1.8.0)

getTaxonURI: Get URI of a taxon class based on the common or taxonomic name.

Description

Convenience method to the ontology URI, used in other queries, based on an input common or taxonomic name such as "human" or "Homo sapiens"

Usage

getTaxonURI(taxonName)

Arguments

taxonName
Common or taxonomic name

Value

URI of the taxon

Examples

Run this code
###get URI for human
getTaxonURI("human")
    
###or for arabidopsis
getTaxonURI("arabidopsis")

Run the code above in your browser using DataLab