Method: Bio::NBRF#seq_type

Defined in:
lib/bio/db/nbrf.rb

#seq_typeObject

Returns sequence type described in the entry.

P1 (protein), F1 (protein fragment)
DL (DNA linear), DC (DNA circular)
RL (DNA linear), RC (DNA circular)
N3 (tRNA), N1 (other functional RNA)


67
68
69
# File 'lib/bio/db/nbrf.rb', line 67

def seq_type
  @seq_type
end