Click or drag to resize
PairwiseSequenceAlignerIncludeScoreTable Property
True to include the score table and matrix as part of the output. This is placed into the Metadata for the alignment. It is turned off by default due to the expense of generating it.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool IncludeScoreTable { get; set; }

Property Value

Type: Boolean
See Also