RNAlib-2.1.9
|
Functions for String Alignment. More...
Go to the source code of this file.
Functions | |
swString * | Make_swString (char *string) |
Convert a structure into a format suitable for string_edit_distance(). More... | |
float | string_edit_distance (swString *T1, swString *T2) |
Calculate the string edit distance of T1 and T2. More... | |
Functions for String Alignment.
swString* Make_swString | ( | char * | string | ) |