class Bio::PSORT::PSORT1::Remote
Bio::PSORT::PSORT1::Remote
¶ ↑
Attributes
Accessor for Bio::PSORT::PSORT1::Remote#origin
to contein target domain. Taget domains:
-
Gram-positive bacterium
-
Gram-negative bacterium
-
yeast
-
animal
-
plant
Accessor for Bio::PSORT::PSORT1#title
to contain the query title.
Accessor for Bio::POSRT::PSORT1#sequence to contein the query sequence.
Public Class Methods
Source
# 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
Sets remote “host” and cgi “path”.
Calls superclass method
Bio::PSORT::CGIDriver::new