genoset-216
v1.0.0
Published
Determine if you have two copies of the ApoE-ε4 allele
Downloads
15
Maintainers
Readme
genoset-216
Use this to determine if you have two copies of the ApoE-ε4 allele, which carries an increased risk of Alzheimer's disease and cardiovascular (heart disease), but is protective against Hepatitis C-induced liver damage, as per gs216
Compatibility
This genoset is to be used with DNA-JSON. See dna2json for more information.
Usage
var increasedRisk = require('genoset-216');
var dna = require('./dna.json');
console.log(increasedRisk(dna));
// → `true` or `false`
Contributions
This Project follows the StandardJS style guide.
To Contribute:
- Clone Repo
npm install
- Write Code
- Write Test(s)
- Submit Pull Request
License
genoset-216 is available under the MIT license.