23andme-snps

Get 23andMe SNPs

Usage no npm install needed!

<script type="module">
  import 3andmeSnps from 'https://cdn.skypack.dev/23andme-snps';
</script>

README

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