Learn R Programming

SynergizeR (version 0.2)

available_domains: 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

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

Run the code above in your browser using DataLab