NcbitblastxCommandline クラス (Bio.Blast.Applications モジュール)
class NcbitblastxCommandline(_NcbiblastMain2SeqCommandline)
継承関係:Application.AbstractCommandline → _NcbibaseblastCommandline → _NcbiblastCommandline → _Ncbiblast2SeqCommandline → _NcbiblastMain2SeqCommandline → NcbitblastxCommandline
[toc]目次
特殊メソッド
__init__(cmd=’tblastx’, **kwargs)
BLASTのtblastxコマンドを表すインスタンスを生成します。
**kwargsに指定する引数とtblastxコマンドのオプションとの対応は次のようになります。(source codeをもとに作成)
引数 | tblastxオプション | データ型 | デフォルト値 | 説明 |
---|---|---|---|---|
strand | -strand | |||
query_gencode | -query_gencode | |||
db_gencode | -db_gencode | |||
max_intron_length | -max_intron_length | |||
matrix | -matrix | |||
threshold | -threshold | |||
seg | -seg |
以下の継承元のクラスで定義された引数も指定することができます。
コメント