Click or drag to resize
XBlastHit Methods

The XBlastHit type exposes the following members.

Methods
  NameDescription
Public methodBlastHitType
Gets the BlastHitType .
Public methodDirection
Direction: string representation of the direction 'x/y' with: x = '+' (Forward) or '-' (Backward) for the Query y = '+' (Forward) or '-' (Backward) for the Subject
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.)
Public methodGlobalOverlap
calculates the global overlap for all matching hits.
Public methodGlobalProbability
Returns the probability of the best hit segment pair
Public methodGlobalScore
Returns the bit_score of the best hit segment pair.
Public methodGlobalSimilarity
global similarity rate given by : (Total identity / Total length).
Public methodGreatestHitHsp
Returns the bit_score of the best hit segment pair.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodTotalLen
TotalLen: calculates the total length of the alignment segments
Top
See Also