A VCF parser, for the browser & node.
npm install vcf.jsVCF.js is a library that can remotely load and parse VCF files, or JSON
representations of them. It is used to manipulate and analyse genotype calls.
Documentation can be found in DOCUMENTATION.md.
Example usage in test/ directory, just start a server in the root directory
(e.g. python -m SimpleHTTPServer) and open index.html, then open a dev
console and look at the data object, for example.
)