Class: Bio::DDBJ::REST::ClustalW
Overview
Description
DDBJ (DNA DataBank of Japan) web service of ClustalW multiple sequence alignment software. See below for details and examples.
Constant Summary
Constants inherited
from WABItemplate
WABItemplate::WABI_HOST, WABItemplate::WABI_PATH
Instance Method Summary
collapse
Instance Method Details
#analyzeParam(query, param) ⇒ Object
247
|
# File 'lib/bio/io/ddbjrest.rb', line 247
def analyzeParam(query, param); end
|
#analyzeParamAsync(query, param) ⇒ Object
251
|
# File 'lib/bio/io/ddbjrest.rb', line 251
def analyzeParamAsync(query, param); end
|
#analyzeSimple(query) ⇒ Object
255
|
# File 'lib/bio/io/ddbjrest.rb', line 255
def analyzeSimple(query); end
|
#analyzeSimpleAsync(query) ⇒ Object
259
|
# File 'lib/bio/io/ddbjrest.rb', line 259
def analyzeSimpleAsync(query); end
|