Class: BioPangenome::Transcript
- Inherits:
-
Struct
- Object
- Struct
- BioPangenome::Transcript
- Defined in:
- lib/bio-pangenome/pangenome.rb
Instance Attribute Summary collapse
-
#chromosome ⇒ Object
Returns the value of attribute chromosome.
-
#confidence ⇒ Object
Returns the value of attribute confidence.
-
#count ⇒ Object
Returns the value of attribute count.
-
#count_int ⇒ Object
Returns the value of attribute count_int.
-
#gene ⇒ Object
Returns the value of attribute gene.
-
#id ⇒ Object
Returns the value of attribute id.
-
#isoform ⇒ Object
Returns the value of attribute isoform.
-
#transcript ⇒ Object
Returns the value of attribute transcript.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#chromosome ⇒ Object
Returns the value of attribute chromosome
9 10 11 |
# File 'lib/bio-pangenome/pangenome.rb', line 9 def chromosome @chromosome end |
#confidence ⇒ Object
Returns the value of attribute confidence
9 10 11 |
# File 'lib/bio-pangenome/pangenome.rb', line 9 def confidence @confidence end |
#count ⇒ Object
Returns the value of attribute count
9 10 11 |
# File 'lib/bio-pangenome/pangenome.rb', line 9 def count @count end |
#count_int ⇒ Object
Returns the value of attribute count_int
9 10 11 |
# File 'lib/bio-pangenome/pangenome.rb', line 9 def count_int @count_int end |
#gene ⇒ Object
Returns the value of attribute gene
9 10 11 |
# File 'lib/bio-pangenome/pangenome.rb', line 9 def gene @gene end |
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'lib/bio-pangenome/pangenome.rb', line 9 def id @id end |
#isoform ⇒ Object
Returns the value of attribute isoform
9 10 11 |
# File 'lib/bio-pangenome/pangenome.rb', line 9 def isoform @isoform end |
#transcript ⇒ Object
Returns the value of attribute transcript
9 10 11 |
# File 'lib/bio-pangenome/pangenome.rb', line 9 def transcript @transcript end |
#version ⇒ Object
Returns the value of attribute version
9 10 11 |
# File 'lib/bio-pangenome/pangenome.rb', line 9 def version @version end |