genoset-216

Determine if you have two copies of the ApoE-ε4 allele

Usage no npm install needed!

<script type="module">
  import genoset216 from 'https://cdn.skypack.dev/genoset-216';
</script>

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.

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.