|
DIAlign
|
Generic namespace for Traceback that includes source matrix name and the arrow direction. More...
Enumerations | |
| enum | TracebackType { SS = 0, DM = 1, DA = 2, DB = 3, TM = 4, TA = 5, TB = 6, LM = 7, LA = 8, LB = 9 } |
| All combinations of cumulative score-matrix name and arrow directions. | |
| enum | tbJump { M = 0, A = 1, B = 2 } |
| cumulative score-matrix names | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const TracebackType value) |
| This function overloads << to display TracebackType. | |
| std::vector< char > | EnumToChar (std::vector< TracebackType > v) |
| This function converts TracebackType Enum to characters. | |
Generic namespace for Traceback that includes source matrix name and the arrow direction.