New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

23andme-snps

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

23andme-snps

Get 23andMe SNPs


Version published
Maintainers
1
Created

23andMe-SNPs

travis build codecov coverage version downloads MIT License

This package contains all 23andMe SNPs.

Intro

npm install 23andme-snps --save

Usage

Require the package.

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


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

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

Keywords

FAQs

Package last updated on 23 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts