1.0.0 • Published 8 years ago

hubot-mygene v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hubot-mygene

A hubot script to interact with the mygene.info API.

See src/mygene.coffee for full documentation.

##Installation In hubot project repo, run:

npm install hubot-mygene --save

Then add hubot-mygene to your external-scripts.json:

[
  "hubot-mygene"
]

Sample Interaction

user>> hubot get gene symbol 672
hubot>> BRCA1
user>> hubot get omim 672
hubot>> 113705    http://www.omim.org/entry/113705
user>> hubot get map location 672
hubot>> 17q21
1.0.0

8 years ago