Skip to content

drhodesbrc/gnomad-browser

 
 

Repository files navigation

gnomAD browser

JavaScript tools for exploring genomic data.

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 the gnomAD browser, 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 https://github.com/broadinstitute/gnomad-browser.git
    cd gnomad-browser
    yarn
  • Start a local instance of the gnomAD browser which fetches data from https://gnomad.broadinstitute.org:

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.4%
  • Python 20.5%
  • Other 1.1%