Click or drag to resize
Cluster Class
An ordered list of matches between two a pair of sequences
Inheritance Hierarchy
SystemObject
  Bio.Algorithms.AlignmentCluster

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

The Cluster type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsFused
Gets or sets a value indicating whether the cluster is already fused
Public propertyIsReverseQueryDirection
Returns TRUE if this is a REVERSE query sequence direction
Public propertyMatches
Gets list of maximum unique matches inside the cluster
Public propertyQueryDirection
Gets or sets the query sequence direction FORWARD or REVERSE
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 RefStart, QueryStart, Length, Score, WrapScore, IsGood for each cluster to string.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberForwardDirection
Represents forward query sequence direction
Public fieldStatic memberReverseDirection
Represents reverse query sequence direction
Top
See Also