|
Rosetta 3.5
|
class definition for a class that aligns two Sequence objects using a stochastic version of the Needleman-Wunsch algorithm. More...
#include <core/types.hh>#include <core/sequence/Aligner.hh>#include <core/sequence/MCAligner.hh>#include <core/sequence/NWAligner.hh>#include <core/sequence/ScoringScheme.hh>#include <core/sequence/ScoringScheme.fwd.hh>#include <core/sequence/DP_Matrix.hh>#include <core/sequence/Sequence.hh>#include <core/sequence/SequenceAlignment.hh>#include <numeric/random/random.hh>#include <utility/vector1.hh>#include <iostream>#include <string>Go to the source code of this file.
Namespaces | |
| core | |
| A class for defining atom parameters, known as atom_types. | |
| core::sequence | |
Constant Groups | |
| core | |
| A class for defining atom parameters, known as atom_types. | |
| core::sequence | |
Functions | |
| static numeric::random::RandomGenerator | core::sequence::align_RG (31882) |
class definition for a class that aligns two Sequence objects using a stochastic version of the Needleman-Wunsch algorithm.
Definition in file MCAligner.cc.
1.8.4