BlastP Module
DSL for blastp programs The blastp application searches a protein sequence against protein subject sequences or a protein database. Three different tasks are supported: 1.) “blastp”, for standard protein-protein comparisons 2.) “blastp-short”, optimized for query sequences shorter than 30 residues 3.) “blastp-fast”, a faster version that uses a larger word-size
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
BlastP.runBlastP bcContext opt
Parameters:
BcContext
opt : BlastPParameters list
|
|
Full Usage:
BlastP.runBlastPAsync bcContext opt
Parameters:
BcContext
opt : BlastPParameters list
Returns: Async<unit>
|
|
Full Usage:
BlastP.runBlastPFast bcContext opt
Parameters:
BcContext
opt : BlastPFastParameters list
|
|
Full Usage:
BlastP.runBlastPFastAsync bcContext opt
Parameters:
BcContext
opt : BlastPFastParameters list
Returns: Async<unit>
|
|
Full Usage:
BlastP.runBlastPShort bcContext opt
Parameters:
BcContext
opt : BlastPShortParameters list
|
|
Full Usage:
BlastP.runBlastPShortAsync bcContext opt
Parameters:
BcContext
opt : BlastPShortParameters list
Returns: Async<unit>
|