getAttributes: Returns the attributes of the given identifier.

View source: R/getAttributes.R

getAttributesR Documentation

Returns the attributes of the given identifier.

Description

Returns the attributes of the given identifier.

Usage

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

## Not run: 
location <- getDatabase("Homo sapiens")
mapper <- loadDatabase(location)
getAttributes(mapper, "L", "672")

## End(Not run)

egonw/BridgeDbR documentation built on Sept. 18, 2023, 8:14 p.m.