Object
segments.
Returns
Returns an Range of TMH position.
Returns the status of the TMH. ("outside", "TMhelix" or "inside").
# File lib/bio/appl/tmhmm/report.rb, line 178 def initialize(entry_id = nil, version = nil, status = nil, range = nil) @entry_id = entry_id @version = version @status = status @range = range end
# File lib/bio/appl/tmhmm/report.rb, line 186 def to_s [@entry_id, @version, @status, @range.first, @range.last].join("\t") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.