Class: RGFA::OrientedSegment

Inherits:
SegmentInfo show all
Defined in:
lib/rgfa/segment_info.rb

Overview

A segment plus orientation

Constant Summary collapse

ATTR =

Segment orientation

[ ORIENT_FWD = :+, ORIENT_REV = :- ]

Method Summary

Methods inherited from SegmentInfo

#<=>, #==, #attribute, #attribute=, #attribute_inverted, invert, #invert_attribute, #name, #segment, #segment=, #to_s, #to_sym, #validate!

Methods inherited from Array

#default_gfa_datatype, #rgfa_field_array?, #to_byte_array, #to_cigar, #to_cigar_operation, #to_gfa_field, #to_numeric_array, #to_oriented_segment, #to_rgfa, #to_rgfa_field_array, #to_rgfa_line, #to_segment_end, #validate_gfa_field!