Description Usage Arguments Value Author(s) Examples
View source: R/getBridgeNames.R
This method returns a list of file names of BridgeDb identifier mapping files as they are available from the mapping file download site. The optional code parameter can be used to restrict the list to a specific organism.
Occassionally, the ID mapping file download website changes the pattern of the file names. In that case, you can provide an alternative filename pattern to recognize files on the download site.
This method uses data from https://bridgedb.github.io/data/gene_database/.
1 | getBridgeNames(code, website, pattern)
|
code |
the organism code |
website |
optional parameter that allows you to provide a different location to download BridgeDb Derby files from. |
pattern |
optional parameter to change the filename pattern of the BridgeDb Derby files. |
list |
the list of available BridgeDb mapping files |
Egon Willighagen Christ Leemans
1 2 3 4 5 6 7 8 | files <- getBridgeNames("Hs")
## Not run:
prereleases <- getBridgeNames(
website="http://bridgedb.org/data/gene_database/pre-release/",
pattern="metabolites_\d*.bridge"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.