Last data update: 2014.03.03

R: Takes as parameters two strings, representing an authority...
available_domainsR Documentation

Takes as parameters two strings, representing an authority and a species, and returns a character vector corresponding to the currently available domain namespaces for the chosen authority and species.

Description

Takes as parameters two strings, representing an authority and a species, and returns a character vector corresponding to the currently available domain namespaces for the chosen authority and species.

Usage

  available_domains(authority = "ensembl", species = "Homo sapiens")

Arguments

authority

A character containing any authoritative sources of identifier-mapping information

species

A character containing the Species. Note that the range of species supported depends on the choice of authority. Examples: Homo sapiens, Mus musculus.

Value

A vector containing the currently available domain namespaces for the chosen authority and species.

References

http://llama.mshri.on.ca/synergizer/translate/

Examples

## Not run: 
library('SynergizerR')
available_domains('ensembl','homo sapiens') 
## End(Not run)

Results