New Tophat Adds Multimappers As Entirely New Reads
1
2
Entering edit mode
11.5 years ago
Allpowerde ★ 1.3k

What are the benefits/disadvantages of allowing multi-hits in tophat ?

Since tophat2.0 the default mapping setting allows for multi-mappers or multi-hits.

Documentation of Tophat 2.0.0

...

In addition to reporting the best (or primary) alignments (the original TopHat behavior), TopHat 2 can report the secondary alignments up to 20 (the default) paired or single alignments (see --report-secondary-alignments and -g/--max-multihits)

These hits are reported as separate reads and samtools hence counts them as independent entities. So you end up with more "reads" in your bam file than the fastq file had.

| fastq file     | 73485586 |       
| accepted reads | 86649216 | 118% |
| mapped         | 77309546 | 105% |
| paired         | 70973292 | 97%  |

Assuming that other downstream programs will see them as independent reads too, especially when the bam is location-sorted, my questions are hence:

  • Have you observed artifacts from these multi-mappers ?
  • When controlling this with '--max-multihits 1' are the locations picked at random ?
  • Or is it best to just ignore them altogether '--max-multihits 0'
tophat • 2.8k views
ADD COMMENT
0
Entering edit mode
11.5 years ago

Perhaps these posts might be interesting for you:

ADD COMMENT

Login before adding your answer.

Traffic: 1586 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6