genoset-162
v1.0.0
Published
You are a CYP2C9 poor metabolizer.
Downloads
3
Maintainers
Readme
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.
To Contribute:
- Clone Repo
npm install
- Write Code
- Write Test(s)
- Submit Pull Request
Author
| | |---| | Kevin Collins |
License
genoset-162 is available under the MIT license.