Skip to content

shechter/gnomadjs

 
 

Repository files navigation

gnomadjs

JavaScript tools for exploring genomic data

gnomAD browser

To view the gnomAD browser, go to https://gnomad.broadinstitute.org.

License

Licensed under the MIT license. See the LICENSE file.

Citation

For publications on software projects using code from gnomadjs, we request citing the following two papers:

For information on citing the gnomAD dataset, see the gnomAD Terms and Data Information.

Development

Requirements

Getting started

  • Clone repository and download dependencies:

    git clone --recursive https://github.com/macarthur-lab/gnomadjs.git
    cd gnomadjs
    yarn
  • Start a local instance of the gnomAD browser which fetches data from https://gnomad.broadinstitute.org:

    cd projects/gnomad
    yarn start
  • Open http://localhost:8008 in a web browser.

About

JavaScript tools for exploring genomic data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.0%
  • Python 11.2%
  • Shell 1.7%
  • Other 1.1%