Class: PositionedGeneWithOntology
- Inherits:
-
PositionedGene
- Object
- PositionedGene
- PositionedGeneWithOntology
- Defined in:
- lib/eupathdb_gff.rb
Instance Attribute Summary collapse
-
#alternate_ids ⇒ Object
Returns the value of attribute alternate_ids.
-
#description ⇒ Object
Returns the value of attribute description.
- #go_identifiers ⇒ Object
Attributes inherited from PositionedGene
#cds, #exons, #name, #protein_id, #seqname, #start, #strand
Method Summary
Methods inherited from PositionedGene
#cds_end, #cds_start, #positive_strand?
Instance Attribute Details
#alternate_ids ⇒ Object
Returns the value of attribute alternate_ids.
208 209 210 |
# File 'lib/eupathdb_gff.rb', line 208 def alternate_ids @alternate_ids end |
#description ⇒ Object
Returns the value of attribute description.
208 209 210 |
# File 'lib/eupathdb_gff.rb', line 208 def description @description end |
#go_identifiers ⇒ Object
211 212 213 214 |
# File 'lib/eupathdb_gff.rb', line 211 def go_identifiers return nil if !@go_identifiers return @go_identifiers.sort.uniq end |