# Integrative Genomics Viewer

The Integrative Genomics Viewer (IGV) is a powerful and user-friendly visualization tool used in bioinformatics to explore and analyze large-scale genomic data. It supports a wide range of data types, including sequence alignments, variant calls, and gene annotations, making it an essential tool for researchers and clinicians. IGV provides interactive, high-performance visualization capabilities, allowing users to zoom in on specific genomic regions, view multiple data tracks, and easily identify patterns and anomalies. By offering an intuitive interface and robust visualization features, IGV facilitates the interpretation and understanding of complex genomic datasets.

Here is a link to the [IGV Desktop application](https://igv.org/doc/desktop/##_top)

Watch this video for a more detailed introduction to IGV.

{% embed url="<https://www.youtube.com/watch?v=E_G8z_2gTYM>" %}

### Materials

You can use the following **bam** and **gff** files, which are similar to the examples presented in the video.&#x20;

The files are stored in the following directory on the server:

> \#bam file
>
> sam\_bam/Sars\_cov\_2.bam
>
> \#gff file
>
> gtf\_gff/Sars\_cov\_2.gff

##


---

# Agent Instructions: 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:

```
GET https://edu.abi.am/ngs-data-analysis-and-functional-genomics/genetic-variations-and-variant-calling/integrative-genomics-viewer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
