You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, firstly i'd like to thank you for developing this tool!
I am a little confused about the meaning of fields in the PAF format output by the software. According to paf , column 10 should represent the number of matched bases, while column 11 indicates the total alignment length. However, in my result, the number of matches is significantly smaller than the total length. Could you please clarify the meaning of these two columns? I am using mashmap 3.1.3, and the command line is mashmap -q ptg004078l_revcomp.fa -r DWv2.1_chr2B.fa -t 120 -o DW/4078vsDW.mashmap.paf
Hi @Dentalium, thanks for asking! Since MashMap is an "approximate" mapping method, it does not actually align any bases. When segments are not merged, the 10th column tracks how many sketched k-mers are shared between the reference and query for a segment mapping. These numbers are not updated during the merging step, though, so for the most part you can disregard them.
The id tag is the estimated identity of a mapping. The kc tag is an estimate of the "k-mer complexity." A number closer to 0.0 would mean that the mapped region has many repeated k-mers (e.g. a highly repetitive region).
Please let me know if you have any questions, thanks!
Hi, firstly i'd like to thank you for developing this tool!
I am a little confused about the meaning of fields in the PAF format output by the software. According to paf , column 10 should represent the number of matched bases, while column 11 indicates the total alignment length. However, in my result, the number of matches is significantly smaller than the total length. Could you please clarify the meaning of these two columns? I am using mashmap 3.1.3, and the command line is
mashmap -q ptg004078l_revcomp.fa -r DWv2.1_chr2B.fa -t 120 -o DW/4078vsDW.mashmap.paf
My result looks like this:
Furthermore, what is the meaning of the two additional tags in columns 13 and 14? Does the ‘id’ tag in column 13 refer to identity of the alignment?
As a beginner, if I have misunderstood something obvious, please excuse my lack of knowledge. Thank you!
The text was updated successfully, but these errors were encountered: