Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warelab/gramene-dbxrefs
module for linking to external databases
https://github.com/warelab/gramene-dbxrefs
gramene gramene-search
Last synced: 20 days ago
JSON representation
module for linking to external databases
- Host: GitHub
- URL: https://github.com/warelab/gramene-dbxrefs
- Owner: warelab
- License: mit
- Created: 2015-07-14T17:04:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T19:19:22.000Z (about 2 years ago)
- Last Synced: 2024-06-11T16:41:24.239Z (7 months ago)
- Topics: gramene, gramene-search
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gramene-dbxrefs
module for linking to external databases## usage
```
var dbxrefs = require('gramene-dbxrefs');if (dbxrefs.isKnown('TAIR')) {
var TAIR = dbxrefs.fetch('TAIR');
var Label = TAIR.label;
var URL = TAIR.url('AT5G60200');
}
```