Parent

Methods

Class/Module Index [+]

Quicksearch

Bio::SOSUI::Report::TMH

Bio::SOSUI::Report::TMH

Container class for transmembrane helix information.

TM 1   31-  53 SECONDARY   HIRMTFLRKVYSILSLQVLLTTV

Attributes

grade[R]

Retruns “PRIMARY” or “SECONDARY” of helix.

range[R]

Returns aRng of transmembrane helix

sequence[R]

Returns the sequence. of transmembrane helix.

Public Class Methods

new(range, grade, sequence) click to toggle source

Sets values.

# File lib/bio/appl/sosui/report.rb, line 89
def initialize(range, grade, sequence)
  @range = range
  @grade = grade
  @sequence = sequence
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.