| XBlastHit Methods |
The XBlastHit type exposes the following members.
| Name | Description | |
|---|---|---|
| BlastHitType |
Gets the BlastHitType .
| |
| Direction |
Direction: string representation of the direction 'x/y' with:
x = '+' (Forward) or '-' (Backward) for the Query
y = '+' (Forward) or '-' (Backward) for the Subject
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GlobalOverlap |
calculates the global overlap for all matching hits.
| |
| GlobalProbability |
Returns the probability of the best hit segment pair
| |
| GlobalScore |
Returns the bit_score of the best hit segment pair.
| |
| GlobalSimilarity |
global similarity rate given by : (Total identity / Total length).
| |
| GreatestHitHsp |
Returns the bit_score of the best hit segment pair.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) | |
| TotalLen |
TotalLen: calculates the total length of the alignment segments
|