Class: MrnaStats
- Inherits:
-
Struct
- Object
- Struct
- MrnaStats
- Defined in:
- lib/bio-pangenome/gff3_extensions.rb
Instance Attribute Summary collapse
-
#cds_count ⇒ Object
Returns the value of attribute cds_count.
-
#cds_max_gap ⇒ Object
Returns the value of attribute cds_max_gap.
Instance Attribute Details
#cds_count ⇒ Object
Returns the value of attribute cds_count
7 8 9 |
# File 'lib/bio-pangenome/gff3_extensions.rb', line 7 def cds_count @cds_count end |
#cds_max_gap ⇒ Object
Returns the value of attribute cds_max_gap
7 8 9 |
# File 'lib/bio-pangenome/gff3_extensions.rb', line 7 def cds_max_gap @cds_max_gap end |