Method | Description | |
---|---|---|
BlastResult ( String chromosome, int hitNum, Double bitScore, Double score, Double eValue, int queryStart, int queryStop, int hitStart, int hitStop, int queryFrame, int hitFrame, Double identity, int alignment, String querySeq, String hitSeq, String midlines ) : System | ||
GetBitScore ( ) : Double | ||
GetChromosome ( ) : String | ||
GetEvalue ( ) : Double | ||
GetHitFrame ( ) : int | ||
GetHitSeq ( ) : String | ||
GetHitStart ( ) : int | ||
GetHitStop ( ) : int | ||
GetIdentity ( ) : Double | ||
GetLength ( ) : int | ||
GetMidlines ( ) : String | ||
GetNum ( ) : int | ||
GetQueryFrame ( ) : int | ||
GetQuerySeq ( ) : String | ||
GetQueryStart ( ) : int | ||
GetQueryStop ( ) : int | ||
GetScore ( ) : Double | ||
getOrient ( ) : int | ||
setOrient ( int o ) : void |
Setter for orientation Sets the scale (change in width) of the BlastResult for the ScatterViewItem created in the BlastInstance method of SurfaceWindow1.xaml.cs.
|
|
toString ( ) : String |
ToString method Formats the BlastResult instance as a String.
|
public BlastResult ( String chromosome, int hitNum, Double bitScore, Double score, Double eValue, int queryStart, int queryStop, int hitStart, int hitStop, int queryFrame, int hitFrame, Double identity, int alignment, String querySeq, String hitSeq, String midlines ) : System | ||
chromosome | String | |
hitNum | int | |
bitScore | Double | |
score | Double | |
eValue | Double | |
queryStart | int | |
queryStop | int | |
hitStart | int | |
hitStop | int | |
queryFrame | int | |
hitFrame | int | |
identity | Double | |
alignment | int | |
querySeq | String | |
hitSeq | String | |
midlines | String | |
return | System |