Click or drag to resize
ISequenceAligner Properties

The ISequenceAligner type exposes the following members.

Properties
  NameDescription
Public propertyConsensusResolver
Gets or sets the object that will be used to compute the alignment's consensus.
Public propertyDescription
Gets the description of the sequence alignment algorithm being implemented.This is intended to give developer some information of the alignment algorithm.
Public propertyGapExtensionCost
Gets or sets value of GapExtensionCost The GapExtensionCost is the cost of extending an already existing gap. This is used for the affine gap model, not used for the linear gap model.
Public propertyGapOpenCost
Gets or sets value of GapOpenCost The GapOpenCost is the cost of inserting a gap character into a sequence.
Public propertyName
Gets the name of the sequence alignment algorithm being implemented. This is intended to give developer some information of the alignment algorithm.
Public propertySimilarityMatrix
Gets or sets value of similarity matrix The similarity matrix determines the score for any possible pair of symbols that are encountered at a common location across the sequences being aligned.
Top
See Also