primary()
click to toggle source
Returns an Array of locations of cuts on the primary strand
Arguments
-
none
Returns |
Array of locations of cuts on the primary strand |
# File lib/bio/util/restriction_enzyme/double_stranded/cut_locations.rb, line 44 def primary self.collect {|a| a[0]} end