1.0.0 • Published 9 years ago

genoset-126 v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

genoset-126 Build status Code coverage status Dependency status

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

twitter/mathias
Mathias Bynens

License

genoset-126 is available under the MIT license.

1.0.0

9 years ago