Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 250 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 250 Bytes

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