Class | Bio::DAS::SEGMENT |
In: |
lib/bio/io/das.rb
|
Parent: | Object |
description | [RW] | |
entry_id | [RW] | |
features | [RW] | |
label | [RW] | |
orientation | [RW] | |
start | [RW] | |
stop | [RW] | |
subparts | [RW] | |
types | [RW] | |
version | [RW] |
# File lib/bio/io/das.rb, line 350 350: def initialize 351: @features = Array.new # for FEATURE 352: @types = Array.new # for TYPE 353: end