genoset-126

Determines if a genome has an increased risk of basal cell carcinoma as per gs126.

Usage no npm install needed!

<script type="module">
  import genoset126 from 'https://cdn.skypack.dev/genoset-126';
</script>

README

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.