class Bio::DAS::FEATURE
Attributes
entry_id[RW]
groups[R]
label[RW]
links[R]
method[RW]
method_id[RW]
notes[R]
orientation[RW]
phase[RW]
score[RW]
start[RW]
stop[RW]
targets[R]
types[R]
Public Class Methods
new()
click to toggle source
# File lib/bio/io/das.rb, line 384 def initialize @notes = Array.new @links = Array.new @types = Array.new @targets = Array.new @groups = Array.new end