1.0.0 • Published 9 years ago

genoset-122 v1.0.0

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

genoset-122 Build status Code coverage status Dependency status

This script determines if a genome has an increased risk of baldness as per gs122.

Compatibility

This genoset is to be used with DNA-JSON. See the dna2json repository for more information.

Usage

var isLikelyToGoBald = require('genoset-122');
var dna = require('./my-dna.json');

console.log(isLikelyToGoBald(dna));
// → `true` or `false`

Author

twitter/mathias
Mathias Bynens

License

genoset-122 is available under the MIT license.