Description Usage Arguments Value Author(s) Examples
View source: R/getAttributes.R
Returns the attributes of the given identifier.
1 | getAttributes(mapper, source, identifier)
|
mapper |
loaded BridgeDb identifier mapper |
source |
system code of the data source |
identifier |
identifier to return the attributes for |
mappings |
a vector of attributes |
Egon Willighagen
1 2 3 4 5 6 | ## Not run:
location <- getDatabase("Homo sapiens")
mapper <- loadDatabase(location)
getAttributes(mapper, "L", "672")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.