getAttributes {BridgeDbR} | R Documentation |
Returns the attributes of the given identifier.
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
## Not run: location <- getDatabase("Homo sapiens") mapper <- loadDatabase(location) getAttributes(mapper, "L", "672") ## End(Not run)