getProperties {BridgeDbR}R Documentation

BridgeDb database properties.

Description

Gets the properties of an BridgeDb ID mapping database.

Usage

getProperties(mapper)

Arguments

mapper

loaded BridgeDb identifier mapper

Value

properties

a data frame with the properties

Author(s)

Egon Willighagen

Examples

## Not run: 
location <- getDatabase("Bacillus subtilis")
mapper <- loadDatabase(location)
getProperties(mapper)

## End(Not run)

[Package BridgeDbR version 2.2.1 Index]