Method: Bio::DAS#features

Defined in:
lib/bio/io/das.rb

#features(dsn, entry_point, start, stop) ⇒ Object



41
42
43
44
# File 'lib/bio/io/das.rb', line 41

def features(dsn, entry_point, start, stop)
  seg = Bio::DAS::SEGMENT.region(entry_point, start, stop)
  self.get_features(dsn, seg)
end