PairwiseSequenceAlignerInitialize Method |
This is step (1) in the dynamic programming model - to initialize the default values
for the scoring matrix and traceback tables.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax protected void Initialize()
protected:
void Initialize()
member Initialize : unit -> unit
See Also