Delimiter
Query #entry_id
Returns the prediction result whether “MEMBRANE PROTEIN” or “SOLUBLE PROTEIN”.
Transmembrane helixes ary
Parser for SOSUI output report.
# File lib/bio/appl/sosui/report.rb, line 45 def initialize(output_report) entry = output_report.split(%r\n/) @entry_id = entry[0].strip.sub(%r^>/,'') @prediction = entry[1].strip @tms = 0 @tmhs = [] parse_tmh(entry) if %rMEMBRANE/ =~ @prediction end