class Bio::DDBJ::REST::ClustalW
Description¶ ↑
DDBJ (DNA DataBank of Japan) web service of ClustalW multiple sequence alignment software. See below for details and examples.
Public Instance Methods
analyzeParam(query, param)
click to toggle source
see xml.nig.ac.jp/wabi/Method?&lang=en&serviceName=ClustalW&methodName=analyzeParam&mode=methodDetail
# File lib/bio/io/ddbjrest.rb, line 247 def analyzeParam(query, param); end
analyzeParamAsync(query, param)
click to toggle source
# File lib/bio/io/ddbjrest.rb, line 251 def analyzeParamAsync(query, param); end
analyzeSimple(query)
click to toggle source
xml.nig.ac.jp/wabi/Method?&lang=en&serviceName=ClustalW&methodName=analyzeSimple&mode=methodDetail
# File lib/bio/io/ddbjrest.rb, line 255 def analyzeSimple(query); end
analyzeSimpleAsync(query)
click to toggle source
# File lib/bio/io/ddbjrest.rb, line 259 def analyzeSimpleAsync(query); end