Header menu logo BioFSharp

BlastP.BlastPFastParams Type

DSL fo the blastp 'blastp-fast' task command line options blastp-fast is a faster version that uses a larger word-size

Union cases

Union case Description

CompBasedStats string

Full Usage: CompBasedStats string

Parameters:
    Item : string

Use composition-based statistics:D or d: default (equivalent to 2) 0 or F or f: no composition-based statistics

Item : string

DBHardMask int

Full Usage: DBHardMask int

Parameters:
    Item : int

db_hard_mask all of int none Filtering algorithm ID to apply to the BLAST database as hard mask (i.e., sequence is masked for all phases of search).

Item : int

DBSoftMask int

Full Usage: DBSoftMask int

Parameters:
    Item : int

db_soft_mask all of int none Filtering algorithm ID to apply to the BLAST database as soft mask (i.e., only for finding initial matches).

Item : int

LowerCaseMasking

Full Usage: LowerCaseMasking

Use lower case filtering in query and subject sequence(s).

Seg string

Full Usage: Seg string

Parameters:
    Item : string

Filter query sequence with SEG (Format: 'yes', 'window locut hicut', or 'no' to disable).

Item : string

Threshold int

Full Usage: Threshold int

Parameters:
    Item : int

Minimum score to add a word to the BLAST lookup table.

Item : int

UseSWTback

Full Usage: UseSWTback

use_sw_tback all N/A Compute locally optimal Smith-Waterman alignments?

WindowSize int

Full Usage: WindowSize int

Parameters:
    Item : int

Multiple hits window size, use 0 to specify 1-hit algorithm.

Item : int

WordSize int

Full Usage: WordSize int

Parameters:
    Item : int

Word size of initial match

Item : int

XDropGapFinal float

Full Usage: XDropGapFinal float

Parameters:
    Item : float

xdrop_gap_final all of float 25 Heuristic value (in bits) for final gapped alignment/

Item : float

Static members

Static member Description

BlastPFastParams.makeCmd

Full Usage: BlastPFastParams.makeCmd

Returns: BlastPFastParams -> string list
Returns: BlastPFastParams -> string list

BlastPFastParams.makeCmdWith m

Full Usage: BlastPFastParams.makeCmdWith m

Parameters:
Returns: BlastPFastParams -> string list
m : MountInfo
Returns: BlastPFastParams -> string list

Type something to start searching.