Method: Bio::DAS#dna
- Defined in:
- lib/bio/io/das.rb
#dna(dsn, entry_point, start, stop) ⇒ Object
36 37 38 39 |
# File 'lib/bio/io/das.rb', line 36 def dna(dsn, entry_point, start, stop) seg = Bio::DAS::SEGMENT.region(entry_point, start, stop) self.get_dna(dsn, seg).first.sequence end |