Method: Bio::RestrictionEnzyme::DoubleStranded::CutLocations#primary
- Defined in:
- lib/bio/util/restriction_enzyme/double_stranded/cut_locations.rb
#primary ⇒ Object
Returns an Array of locations of cuts on the primary strand
Arguments
-
none
- Returns
-
Arrayof locations of cuts on the primary strand
44 45 46 |
# File 'lib/bio/util/restriction_enzyme/double_stranded/cut_locations.rb', line 44 def primary self.collect {|a| a[0]} end |