getAttributes: Returns the attributes of the given identifier.

Description Usage Arguments Value Author(s) Examples

View source: R/getAttributes.R

Description

Returns the attributes of the given identifier.

Usage

1
getAttributes(mapper, source, identifier)

Arguments

mapper

loaded BridgeDb identifier mapper

source

system code of the data source

identifier

identifier to return the attributes for

Value

mappings

a vector of attributes

Author(s)

Egon Willighagen

Examples

1
2
3
4
5
6
## Not run: 
location <- getDatabase("Homo sapiens")
mapper <- loadDatabase(location)
getAttributes(mapper, "L", "672")

## End(Not run)

BridgeDbR documentation built on Nov. 8, 2020, 5:09 p.m.