![]() |
Rosetta
2021.16
|
class definition for a profile-profile scoring scheme for comparing two sequence profiles using the DP city-block distance. More...
#include <core/types.hh>#include <core/sequence/Sequence.fwd.hh>#include <core/sequence/ScoringScheme.hh>Classes | |
| class | core::sequence::DPScoringScheme |
Namespaces | |
| core | |
| A class for reading in the atom type properties. | |
| core::sequence | |
class definition for a profile-profile scoring scheme for comparing two sequence profiles using the DP city-block distance.
Simply based on comparing single profiles from two protein sequences by computing the sum of P(A) - P(B) for all matching probabilities in the profiles A and B. Also includes with affine gap penalties of the form penalty = A + Bk, where A represents the penalty for starting a gap, and B represents the penalty for extending a previously opened gap by k characters.
1.8.7