Header menu logo BioFSharp

BlastN.DCMegablastParams Type

DSL fo the blastn 'dc-megablast' task command line options dc-megablast is typically used for inter-species comparison

Union cases

Union case Description

DBHardMask int

Full Usage: DBHardMask int

Parameters:
    Item : int

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

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

Item : int

Dust string

Full Usage: Dust string

Parameters:
    Item : string

Filter query sequence with dust.

Item : string

FilteringDB string

Full Usage: FilteringDB string

Parameters:
    Item : string

Mask query using the sequences in this database.

Item : string

GapExtend int

Full Usage: GapExtend int

Parameters:
    Item : int

Cost to extend a gap. See appendix “BLASTN reward/penalty values”.

Item : int

GapOpen int

Full Usage: GapOpen int

Parameters:
    Item : int

Cost to open a gap. See appendix “BLASTN reward/penalty values”.

Item : int

LowerCaseMasking

Full Usage: LowerCaseMasking

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

MinRawGappedScore int

Full Usage: MinRawGappedScore int

Parameters:
    Item : int

Minimum raw gapped score to keep an alignment in the preliminary gapped and trace-back stages. Normally set based upon expect value.

Item : int

Penalty int

Full Usage: Penalty int

Parameters:
    Item : int

Penalty for a nucleotide mismatch.

Item : int

PercIdentity int

Full Usage: PercIdentity int

Parameters:
    Item : int

Percent identity cutoff.

Item : int

Reward int

Full Usage: Reward int

Parameters:
    Item : int

Reward for a nucleotide match.

Item : int

SoftMasking bool

Full Usage: SoftMasking bool

Parameters:
    Item : bool

Apply filtering locations as soft masks (i.e., only for finding initial matches).

Item : bool

Strand string

Full Usage: Strand string

Parameters:
    Item : string

Query strand(s) to search against database/subject. Choice of both, minus, or plus.

Item : string

TemplateLength int

Full Usage: TemplateLength int

Parameters:
    Item : int

Discontiguous MegaBLAST template length.

Item : int

TemplateType string

Full Usage: TemplateType string

Parameters:
    Item : string

Discontiguous MegaBLAST template type. Allowed values are coding, optimal and coding_and_optimal.

Item : string

Ungapped

Full Usage: Ungapped

Perform ungapped alignment.

WindowMaskerDB string

Full Usage: WindowMaskerDB string

Parameters:
    Item : string

Enable WindowMasker filtering using this file.

Item : string

WindowMaskerTaxId int

Full Usage: WindowMaskerTaxId int

Parameters:
    Item : int

Enable WindowMasker filtering using a Taxonomic ID.

Item : int

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

Number of matching nucleotides in initial match. dc-megablast allows non-consecutive letters to match.

Item : int

XDropGap float

Full Usage: XDropGap float

Parameters:
    Item : float

Heuristic value (in bits) for preliminary gapped extensions.

Item : float

XDropGapFinal float

Full Usage: XDropGapFinal float

Parameters:
    Item : float

Heuristic value (in bits) for final gapped alignment.

Item : float

XDropUngap float

Full Usage: XDropUngap float

Parameters:
    Item : float

Heuristic value (in bits) for ungapped extensions.

Item : float

Static members

Static member Description

DCMegablastParams.makeCmd

Full Usage: DCMegablastParams.makeCmd

Returns: DCMegablastParams -> string list
Returns: DCMegablastParams -> string list

DCMegablastParams.makeCmdWith m

Full Usage: DCMegablastParams.makeCmdWith m

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

Type something to start searching.