1.1.4 • Published 8 years ago

23andme-snps v1.1.4

Weekly downloads
38
License
MIT
Repository
github
Last release
8 years ago

23andMe-SNPs

travis build codecov coverage version downloads MIT License

This package contains all 23andMe SNPs.

Now Supports ES6 syntax

Intro

npm install 23andme-snps --save

Usage

Require the package.

var snps23andMe = require('23andme-snps');

import snps23andMe from '23andme-snps';

snps23andMe.all; //get all SNPs from the SNP library

snps23andMe.random(3); //returns an array of 3 random SNPs
1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago