Click or drag to resize
PairwiseAlignedSequence Class
PairwiseAlignedSequence is a class containing the single aligned unit of pairwise alignment.
Inheritance Hierarchy
SystemObject
  Bio.Algorithms.AlignmentAlignedSequence
    Bio.Algorithms.AlignmentPairwiseAlignedSequence

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public class PairwiseAlignedSequence : AlignedSequence

The PairwiseAlignedSequence type exposes the following members.

Constructors
  NameDescription
Public methodPairwiseAlignedSequence
Initializes a new instance of the PairwiseAlignedSequence class.
Top
Properties
  NameDescription
Public propertyConsensus
Gets or sets Consensus of FirstSequence and SecondSequence.
Public propertyFirstOffset
Gets or sets Offset of FirstSequence.
Public propertyFirstSequence
Gets or sets Alignment of First Sequence.
Public propertyMetadata
Gets information about the AlignedSequence, like score, offsets, consensus, etc..
(Inherited from AlignedSequence.)
Public propertyScore
Gets or sets Score of the alignment.
Public propertySecondOffset
Gets or sets Offset of SecondSequence.
Public propertySecondSequence
Gets or sets Alignment of Second Sequence.
Public propertySequences
Gets list of sequences involved in the alignment.
(Inherited from AlignedSequence.)
Top
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 methodToString
Converts the Consensus, First and Second sequences.
(Overrides AlignedSequenceToString.)
Top
See Also