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

Description Usage Arguments Value Author(s) Examples

View source: R/AtlasRDF.R

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

1
getTaxonURI(taxonName)

Arguments

taxonName

Common or taxonomic name

Value

URI of the taxon

Author(s)

James Malone, Simon Jupp

Examples

1
2
3
4
5
###get URI for human
getTaxonURI("human")
    
###or for arabidopsis
getTaxonURI("arabidopsis")

AtlasRDF documentation built on Nov. 17, 2017, 9:33 a.m.