EnumerationsBlastTypeEnum Enumeration |
Enum BlastTypeEnum
Namespace:
Biolomics.SharedClasses
Assembly:
Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum BlastTypeEnum
Public Enumeration BlastTypeEnum
Members
| Member name | Value | Description |
---|
| Blastn | 0 |
Direct nucleotide alignment
|
| Blastp | 1 |
Direct protein alignment
|
| Blastx | 2 |
Protein alignment, input nucleotide is translated input protein before the search
|
| TBlastn | 3 |
Nucleotide (translated) Protein alignment, nucleotide database is translated input protein before the search
|
| TBlastx | 4 |
Nucleotide (translated) Protein alignment, both input query and database are translated before the search
|
See Also