My First Playground

node v12.22.12
version: master
endpointsharetweet
This is a playground to test JavaScript. It runs a completely standard copy of Node.js on a virtual server created just for you. Every one of npm’s 300,000+ packages are pre-installed, so try it out:
const {variant: {parse}} = require('@bcgsc-pori/graphkb-parser'); const parsed = parse('KRAS:p.G12D'); console.log(parsed.toJSON());
Test out the GraphKB parser module. Supports an extended version of HGVS which includes nearly all valid HGVS syntax but adds support for other notation types like exon or cytogenic coordinates.
Loading…

no comments

    sign in to comment