genoset-123
v1.0.0
Published
Determines if a genome has an increased risk of basal cell carcinoma as per gs123.
Downloads
5
Maintainers
Readme
genoset-123
This script determines if a genome has an increased risk of basal cell carcinoma, which is the most common form of skin cancer (in fact of any cancer) as per gs123.
Compatibility
This genoset is to be used with DNA-JSON. See the dna2json repository for more information.
Usage
var hasIncreasedRiskOfBasalCellCarcinoma = require('genoset-123');
var dna = require('./my-dna.json');
console.log(hasIncreasedRiskOfBasalCellCarcinoma(dna));
// → `true` or `false`
Author
| | |---| | Mathias Bynens |
License
genoset-123 is available under the MIT license.