genoset-126
v1.0.0
Published
Determines if a genome has an increased risk of basal cell carcinoma as per gs126.
Downloads
8
Maintainers
Readme
genoset-126
This script determines if a genome is a poor metabolizer of the popular anticoagulant Warfarin as per gs126. Such genomes are at an increased risk of drug-induced side effects due to diminished drug elimination, and might need decreased dosages.
Compatibility
This genoset is to be used with DNA-JSON. See the dna2json repository for more information.
Usage
var isPoorWarfarinMetabolizer = require('genoset-126');
var dna = require('./my-dna.json');
console.log(isPoorWarfarinMetabolizer(dna));
// → `true` or `false`
Author
| | |---| | Mathias Bynens |
License
genoset-126 is available under the MIT license.