genoset-122
v1.0.0
Published
Determines if a genome has an increased risk of baldness (gs122).
Downloads
5
Maintainers
Readme
genoset-122
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
| | |---| | Mathias Bynens |
License
genoset-122 is available under the MIT license.