Skip to content

mathiasbynens/genoset-123

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Determine 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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published