Class: PositionedGeneWithOntology

Inherits:
PositionedGene show all
Defined in:
lib/eupathdb_gff.rb

Instance Attribute Summary collapse

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_idsObject

Returns the value of attribute alternate_ids.



208
209
210
# File 'lib/eupathdb_gff.rb', line 208

def alternate_ids
  @alternate_ids
end

#descriptionObject

Returns the value of attribute description.



208
209
210
# File 'lib/eupathdb_gff.rb', line 208

def description
  @description
end

#go_identifiersObject



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