Method: Bio::Spidey::Report::Hit#each

Defined in:
lib/bio/appl/spidey/report.rb

#each(&x) ⇒ Object

Iterates over each exon of the hit. Yields Bio::Spidey::Report::SegmentPair object.



555
556
557
# File 'lib/bio/appl/spidey/report.rb', line 555

def each(&x) #:yields: segmentpair
  exons.each(&x)
end