|
double | basematch_score (char i, char j, double identity) const |
| ribofit base match score for specific identity More...
|
|
double | arcmatch_score (char i, char j, char k, char l, double identity) const |
| ribofit arc match score for specific identity More...
|
|
◆ arcmatch_score()
double LocARNA::Ribofit_will2014::arcmatch_score |
( |
char |
i, |
|
|
char |
j, |
|
|
char |
k, |
|
|
char |
l, |
|
|
double |
identity |
|
) |
| const |
|
inlineprotectedvirtual |
ribofit arc match score for specific identity
- Parameters
-
i | left character of first arc |
j | right character of first arc |
k | left character of second arc |
l | right character of second arc |
identity | sequence identity |
- Returns
- ribofit arc match score
Implements LocARNA::Ribofit.
◆ basematch_score()
double LocARNA::Ribofit_will2014::basematch_score |
( |
char |
i, |
|
|
char |
j, |
|
|
double |
identity |
|
) |
| const |
|
inlineprotectedvirtual |
ribofit base match score for specific identity
- Parameters
-
i | character in sequence A |
j | character in sequence B |
identity | sequence identity |
- Returns
- ribofit base match score
Implements LocARNA::Ribofit.
The documentation for this class was generated from the following file: