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: 3 months ago
JSON representation

module for linking to external databases

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');
}
```