Class: SegFile::Segment
- Inherits:
-
HashLine
- Object
- HashLine
- SegFile::Segment
- Includes:
- GenomicLocus
- Defined in:
- lib/seg.rb
Instance Method Summary collapse
Methods included from GenomicLocus
#default_stop, #loc, #long_chrom, #range, #short_chrom
Methods included from IntervalList::Interval
#above?, #below?, #center, #clone, #contains?, #diff, #dist, #intersect, #overlaps?, #size, #union
Instance Method Details
#copy ⇒ Object
16 17 18 |
# File 'lib/seg.rb', line 16 def copy self.class.new @hash.clone, @table end |