Skip to content

mathiasbynens/genoset-126

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Determine if a genome is a poor metabolizer of the popular anticoagulant Warfarin as per gs126.

Resources

License

Stars

Watchers

Forks

Packages

No packages published