available_domains: Takes as parameters two strings, representing an authority...

Description Usage Arguments Value References Examples

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

1
  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

1
2
3
4
## Not run: 
library('SynergizerR')
available_domains('ensembl','homo sapiens') 
## End(Not run)

SynergizeR documentation built on May 2, 2019, 4:48 p.m.