Property | Type | Description | |
---|---|---|---|
_balloon | System.Boolean | ||
bitScore | Double | ||
displaceX | double |
Method | Description | |
---|---|---|
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 | ||
ResultSVI ( 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 | ||
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.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void | ||
System ( int connectionId, object target ) : void |
public ResultSVI ( 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 |