Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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