class BetterSam::SAMTagSet
Public Instance Methods
nm()
click to toggle source
returns the edit distance between query and target
# File lib/bettersam/samtagset.rb, line 17 def nm self[:nm] end
xm()
click to toggle source
returns the number of mismatches in the alignment
# File lib/bettersam/samtagset.rb, line 12 def xm self[:xm] end