class Bio::SOSUI::Report::TMH
Bio::SOSUI::Report::TMH
¶ ↑
Container class for transmembrane helix information.
TM 1 31- 53 SECONDARY HIRMTFLRKVYSILSLQVLLTTV
Attributes
Returns “PRIMARY” or “SECONDARY” of helix.
Returns aRng of transmembrane helix
Returns the sequence. of transmembrane helix.
Public Class Methods
Source
# File lib/bio/appl/sosui/report.rb 88 def initialize(range, grade, sequence) 89 @range = range 90 @grade = grade 91 @sequence = sequence 92 end
Sets values.