> For the complete documentation index, see [llms.txt](https://documentation.dnanexus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.dnanexus.com/science/scientific-guides/locuszoom-dnanexus-app.md).

# LocusZoom DNAnexus App

The LocusZoom app visualizes GWAS result files stored on the DNAnexus Platform including an interactive Manhattan plot, QQ plot, and a table of the most statistically significant loci (lowest p-values), as well as standard LocusZoom regional plots. It supports the use of GRCh37 and GRCh38 reference genomes.

This DNAnexus app is based on the [hosted LocusZoom](https://github.com/statgen/locuszoom-hosted) codebase and uses a virtual machine, so it incurs compute charges during use. The GWAS results stay on the DNAnexus Platform while using this app.

The LocusZoom app is launched from the **Tools Library** menu as shown in the following example:

![](/files/-MYgobflDFtAf-EdEzwJ)

A user can specify an array of GWAS results files to visualize as the app's input. These files appear in the GWAS file dropdown once the app is running. You can also visualize other GWAS results by entering the file IDs of platform files with the GWAS results in the input entry field.

![](/files/-MYgp2ykYbWElubhh3Ys)

After selecting which GWAS results file you want to view, a set of interactive dialogs that recognize common GWAS results formats appears on screen. You can select more specific settings for the GWAS visualization, and select **Next** when you are done.

![](/files/-MYgqWksGLOznMtveSHF)

{% hint style="info" %}
The **Analyze** tab displays the file in "Pending" state during import and changes to "Ready to View" state when the GWAS results are ready to visualize.
{% endhint %}

![](/files/-MYgrDJ42IPLPdBeskKL)

Once your file is done loading, clicking on the name of the file in the **Analyze** tab opens the LocusZoom interactive analysis environment.

![](/files/dxOxVbZPEfCnCX1Srq5D)

Clicking on a locus on the Manhattan Plot or in the Top Loci table zooms into the locus:

![](/files/-MYgsjh1HgMls5UB0zH8)

This app does not save its state. If you want to view the visualization again, re-import the GWAS results file in another instance of the LocusZoom app.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.dnanexus.com/science/scientific-guides/locuszoom-dnanexus-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
