23andme-snps 中文文档教程
23andMe-SNPs
该软件包包含所有 23andMe SNP。
Now Supports ES6 syntax
Intro
npm install 23andme-snps --save
Usage
需要包。
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