PacBio SMRT-sequencing uses a circularized DNA template fragments for sequencing. Depending on the length of the fragment, the polymerase loops along this template multiple times. The produces a read with actual multiple segments, called subreads, each representing (at least a part) of the actual template.
@m...512_s1_p0/93 corresponds to a read of one circularized fragment.
@m...512_s1_p0/93/116_1715 and @m...512_s1_p0/93/1768_3406 correspond to two subreads from the same template, with the two numbers after the second / giving you the coordinates of the subread relative to the original read.
The orientation of subsequent subreads alternates (forward - reverse-complement - forward - ...). If you align them, you can see the similarities.
For more details, also about the first parts of the read IDs, have a look for example at SMRT-sequencing workflow and Understanding-PacBio-transcriptome-data (it says transcriptome, but is the general explanations are true for genomic sequencing as well)
ADD COMMENT
• link
updated 23 months ago by
Ram
44k
•
written 9.5 years ago by
thackl
★
3.0k
0
Entering edit mode
@thackl the reason I was asking about the name is that I wanted to know which part represented the ZMW number so that I can know which reads are from the same insert. Your links were helpful though. Thanks for taking the time to post an answer!
@jkaralius That's exactly what I needed -- thanks a lot.