Learn R Programming

BridgeDbR (version 1.6.0)

getDatabase: Downloads a identifier mapping database for the given organism.

Description

Downloads a identifier mapping database for the given organism. The optional location parameter can be used to indicate where the file should be stored. If not give, it will save it in a temporary folder.

Usage

getDatabase(organism,location)

Arguments

organism
the organism name
location
optional parameter to indicate where the database should be saved

Value

location
the location where the database was saved

Examples

Run this code
## Not run: location <- getDatabase("Homo sapiens")

Run the code above in your browser using DataLab