Home/
Methods/Isaac Aligner/Mapping Selection

Mapping Selection

Following a seed-based search, Isaac Aligner selects the best mapping among all candidates.

For paired-end data sets, mappings where only one end is aligned (called orphan mappings) prompt a local search to find additional mapping candidates. These candidates are called shadow mappings. They are defined through the expected minimum and maximum insert size. After optional trimming of low quality 3′ ends and adapter sequences, the possible mapping positions of each fragment are compared. This step accounts for any available pair-end information, possible gaps using a banded Smith-Waterman gap aligner, and possible shadows. The selection is based on the Smith-Waterman score and on the log-probability of each mapping.