This script determines if you are at an increased risk for thyroid cancer, as per gs137
This genoset is to be used with DNA-JSON. See dna2json for more information.
var increasedRisk = require('genoset-137');
var dna = require('./dna.json');
console.log(increasedRisk(dna));
// → `true` or `false`
This Project follows the StandardJS style guide.
To Contribute:
- Clone Repo
npm install
- Write Code
- Write Test(s)
- Submit Pull Request
Kevin Collins |
genoset-137 is available under the MIT license.