Method: Bio::UniProtKB#gene_name

Defined in:
lib/bio/db/embl/uniprotkb.rb

#gene_nameObject

returns a String of the first gene name in the GN line.



448
449
450
# File 'lib/bio/db/embl/uniprotkb.rb', line 448

def gene_name
  (x = self.gene_names) ? x.first : nil
end