class Bio::PSORT::PSORT1::Remote
Bio::PSORT::PSORT1::Remote
¶ ↑
Attributes
origin[RW]
Accessor for Bio::PSORT::PSORT1::Remote#origin
to contein target domain. Taget domains:
-
Gram-positive bacterium
-
Gram-negative bacterium
-
yeast
-
animal
-
plant
parsing[RW]
Accessor for Bio::PSORT::PSORT1#title
to contain the query title.
title[RW]
Accessor for Bio::POSRT::PSORT1#sequence to contein the query sequence.
Public Class Methods
new(host, path = nil, title = 'MYSEQ', origin = 'yeast')
click to toggle source
Sets remote “host” and cgi “path”.
Calls superclass method
Bio::PSORT::CGIDriver::new
# File lib/bio/appl/psort.rb 266 def initialize(host, path = nil, title = 'MYSEQ', origin = 'yeast') 267 @title = title 268 @origin = origin 269 @parsing = true 270 super(host, path) 271 end