genoset-162

1.0.0 • Public • Published

genoset-162

This script determines if you are a CYP2C9 poor metabolizer. CYP2C9 poor metabolizers require different dosages for drugs such as tamoxifen, warfarin, fluvastin, and many nonsteroidal anti-inflammatory agents such as aspirin, ibuprofen and naproxen, as per gs162

Compatibility

This genoset is to be used with DNA-JSON. See dna2json for more information.

Usage

var poorMetabolizer = require('genoset-162');
var dna = require('./dna.json');
 
console.log(poorMetabolizer(dna));
// → `true` or `false`

Contributions

This Project follows the StandardJS style guide.

js-standard-style

To Contribute:

  • Clone Repo
  • npm install
  • Write Code
  • Write Test(s)
  • Submit Pull Request

Author

twitter/kevco54
Kevin Collins

License

genoset-162 is available under the MIT license.

Dependencies (1)

Dev Dependencies (3)

Package Sidebar

Install

npm i genoset-162

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kevincol54