JavaScript tools for exploring genomic data.
To view the gnomAD browser, go to https://gnomad.broadinstitute.org.
Licensed under the MIT license. See the LICENSE file.
For publications on software projects using code from the gnomAD browser, we request citing the following two papers:
- The mutational constraint spectrum quantified from variation in 141,456 humans
- The ExAC browser: displaying reference data information from over 60 000 exomes
For information on citing the gnomAD dataset, see the gnomAD Terms and Data Information.
-
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.