Click or drag to resize
MultiSequenceAlignment Methods

The MultiSequenceAlignment type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberMultipleAlignmentScoreFunction
Calculate alignment score of a set of aligned sequences. The score is the average over all pairs of sequences of their pairwise alignment score.
Public methodStatic memberPairWiseScoreFunction
Calculate pairwise score of a pair of aligned sequences. The score is the sum over all position score given by the similarity matrix. The positions with only indels, e.g. gaps, are discarded. Gaps in the remaining columns are assessed affined score: g + w * e, where g is open penalty, and e is extension penalty.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also