vporta / 23andMe-SNPs

Published NPM - Contains all 23andMe SNPs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Published NPM - Contains all 23andMe SNPs


Languages

Language:JavaScript 100.0%