Description Usage Arguments Value References Examples
Takes as parameters three strings, representing an authority, a species, and a domain namespace, and returns a character vector corresponding to the currently available range namespaces for the chosen authority, species, and domain namespace.
| 1 |   available_ranges(authority = "ensembl", species = "Homo sapiens", domain = "hgnc_symbol")
 | 
| 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. | 
| domain | This is the "namespace" (naming scheme) of the database identifiers the user wishes to translate. Examples: embl, ipi | 
A vector containing the currently available range namespaces for the chosen authority, species, and domain namespace.
http://llama.mshri.on.ca/synergizer/translate/
| 1 2 3 4 | ## Not run: 
library('SynergizerR')
available_ranges('ensembl','homo sapiens','hgnc_symbol') 
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.