genoset-123

Determines if a genome has an increased risk of basal cell carcinoma as per gs123.

Usage no npm install needed!

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

README

genoset-123 Build status Code coverage status Dependency status

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

twitter/mathias
Mathias Bynens

License

genoset-123 is available under the MIT license.