Description Usage Arguments Value References Examples
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.
1  |   available_domains(authority = "ensembl", species = "Homo sapiens")
 | 
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.  | 
A vector containing the currently available domain namespaces for the chosen authority and species.
http://llama.mshri.on.ca/synergizer/translate/
1 2 3 4  | ## Not run: 
library('SynergizerR')
available_domains('ensembl','homo sapiens') 
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.