Class: BioPangenome::GeneFlankingRegion
- Inherits:
-
Struct
- Object
- Struct
- BioPangenome::GeneFlankingRegion
- Defined in:
- lib/bio-pangenome/pangenome.rb
Instance Attribute Summary collapse
-
#ann ⇒ Object
Returns the value of attribute ann.
-
#flank_length ⇒ Object
Returns the value of attribute flank_length.
-
#gene ⇒ Object
Returns the value of attribute gene.
-
#id ⇒ Object
Returns the value of attribute id.
-
#line ⇒ Object
Returns the value of attribute line.
-
#region ⇒ Object
Returns the value of attribute region.
-
#sequence ⇒ Object
Returns the value of attribute sequence.
-
#transcript ⇒ Object
Returns the value of attribute transcript.
Instance Attribute Details
#ann ⇒ Object
Returns the value of attribute ann
10 11 12 |
# File 'lib/bio-pangenome/pangenome.rb', line 10 def ann @ann end |
#flank_length ⇒ Object
Returns the value of attribute flank_length
10 11 12 |
# File 'lib/bio-pangenome/pangenome.rb', line 10 def flank_length @flank_length end |
#gene ⇒ Object
Returns the value of attribute gene
10 11 12 |
# File 'lib/bio-pangenome/pangenome.rb', line 10 def gene @gene end |
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/bio-pangenome/pangenome.rb', line 10 def id @id end |
#line ⇒ Object
Returns the value of attribute line
10 11 12 |
# File 'lib/bio-pangenome/pangenome.rb', line 10 def line @line end |
#region ⇒ Object
Returns the value of attribute region
10 11 12 |
# File 'lib/bio-pangenome/pangenome.rb', line 10 def region @region end |
#sequence ⇒ Object
Returns the value of attribute sequence
10 11 12 |
# File 'lib/bio-pangenome/pangenome.rb', line 10 def sequence @sequence end |
#transcript ⇒ Object
Returns the value of attribute transcript
10 11 12 |
# File 'lib/bio-pangenome/pangenome.rb', line 10 def transcript @transcript end |