Class: GFF3::CDS_feature
- Inherits:
-
Struct
- Object
- Struct
- GFF3::CDS_feature
- Defined in:
- lib/bio-pangenome/gff3_extensions.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#end ⇒ Object
Returns the value of attribute end.
-
#offset_start ⇒ Object
Returns the value of attribute offset_start.
-
#ref_chr ⇒ Object
Returns the value of attribute ref_chr.
-
#ref_end ⇒ Object
Returns the value of attribute ref_end.
-
#ref_start ⇒ Object
Returns the value of attribute ref_start.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
10 11 12 |
# File 'lib/bio-pangenome/gff3_extensions.rb', line 10 def color @color end |
#end ⇒ Object
Returns the value of attribute end
10 11 12 |
# File 'lib/bio-pangenome/gff3_extensions.rb', line 10 def end @end end |
#offset_start ⇒ Object
Returns the value of attribute offset_start
10 11 12 |
# File 'lib/bio-pangenome/gff3_extensions.rb', line 10 def offset_start @offset_start end |
#ref_chr ⇒ Object
Returns the value of attribute ref_chr
10 11 12 |
# File 'lib/bio-pangenome/gff3_extensions.rb', line 10 def ref_chr @ref_chr end |
#ref_end ⇒ Object
Returns the value of attribute ref_end
10 11 12 |
# File 'lib/bio-pangenome/gff3_extensions.rb', line 10 def ref_end @ref_end end |
#ref_start ⇒ Object
Returns the value of attribute ref_start
10 11 12 |
# File 'lib/bio-pangenome/gff3_extensions.rb', line 10 def ref_start @ref_start end |
#start ⇒ Object
Returns the value of attribute start
10 11 12 |
# File 'lib/bio-pangenome/gff3_extensions.rb', line 10 def start @start end |