Alignments
The "Alignments" section contains the sample reads mapped to reference genome and obtained as a result of the "Alignment" analysis stage.

The results of alignment of sample reads are presented as:
File with alignments in BAM (Binary Alignment Map) format. To download the file, click on
.
Index file for alignment in BAI format. The file is required for some tools. To download the file, click on
.
Integrative Genomics Viewer (IGV) is an embedded module for visualization of variations on the genome. To open the module, click on
.
Visualization in IGV: reducing the number of copies on the example of a deletion:

info
If you would like to add an alignment track of the sample analyzed by Genomenal to IGV desktop application, you can load it via URL. To do this, do the following:
- Right-click on
and select the "Copy link address" option.
- Load the track via URL to the IGV desktop application as described here.
- Right-click on the index file for alignment
and select the "Copy link address" option.
- Add the index file URL in the corresponding field in IGV.
- Click "OK". Done! Sample alignment track has been added to IGV.
tip
BLAT search is available in IGV, allowing to quickly find sequences of 95% and greater similarity of length 25 bases or more.
To perform a search, right-click on an aligned read and select one of the options: BLAT read sequence, BLAT right-soft clipped sequence, or BLAT left-soft clipped sequence.
By default, a local version of BLAT is used, which may run slowly. To switch to the remote BLAT service (igv.org):
- In your browser, open Developer Tools on the Genomenal page (Ctrl+Shift+I or F12).
- Go to the Console tab.
- Run the following command:
localStorage.setItem("BLAT_USE_IGV_ORG", "true"). - Reopen IGV.
After that, BLAT search will be performed using the remote service in this browser.