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 383 def initialize 384 @notes = Array.new 385 @links = Array.new 386 @types = Array.new 387 @targets = Array.new 388 @groups = Array.new 389 end