BlastN Module
DSL for blastn programs The blastn application searches a nucleotide query against nucleotide subject sequences or a nucleotide database. Four different tasks are supported: 1.) “megablast”, for very similar sequences (e.g, sequencing errors) 2.) “dc-megablast”, typically used for inter-species comparisons 3.) “blastn”, the traditional program used for inter-species comparisons 4.) “blastn-short”, optimized for sequences less than 30 nucleotides.
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
BlastN.runBlastN bcContext opt
Parameters:
BcContext
opt : BlastNParameters list
|
|
Full Usage:
BlastN.runBlastNAsync bcContext opt
Parameters:
BcContext
opt : BlastNParameters list
Returns: Async<unit>
|
|
Full Usage:
BlastN.runBlastNShort bcContext opt
Parameters:
BcContext
opt : BlastNShortParameters list
|
|
Full Usage:
BlastN.runBlastNShortAsync bcContext opt
Parameters:
BcContext
opt : BlastNShortParameters list
Returns: Async<unit>
|
|
Full Usage:
BlastN.runDCMegablastN bcContext opt
Parameters:
BcContext
opt : DCMegablastParameters list
|
|
Full Usage:
BlastN.runDCMegablastNAsync bcContext opt
Parameters:
BcContext
opt : DCMegablastParameters list
Returns: Async<unit>
|
|
Full Usage:
BlastN.runMegablast bcContext opt
Parameters:
BcContext
opt : MegablastParameters list
|
|
Full Usage:
BlastN.runMegablastAsync bcContext opt
Parameters:
BcContext
opt : MegablastParameters list
Returns: Async<unit>
|