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.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool IncludeScoreTable { get; set; }
Public Property IncludeScoreTable As Boolean
Get
Set
public:
property bool IncludeScoreTable {
bool get ();
void set (bool value);
}
member IncludeScoreTable : bool with get, set
Property Value
Type:
BooleanSee Also