genoset-216

1.0.0 • Public • Published

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.

js-standard-style

To Contribute:

  • Clone Repo
  • npm install
  • Write Code
  • Write Test(s)
  • Submit Pull Request

License

genoset-216 is available under the MIT license.

/genoset-216/

    Package Sidebar

    Install

    npm i genoset-216

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • kevincol54