C# 클래스 PrimerDesigner.BlastResult

파일 보기 프로젝트 열기: igemsoftware/BU_Wellesley_Software_2011

공개 메소드들

메소드 설명
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.

메소드 상세

BlastResult() 공개 메소드

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
리턴 System

GetBitScore() 공개 메소드

public GetBitScore ( ) : Double
리턴 Double

GetChromosome() 공개 메소드

public GetChromosome ( ) : String
리턴 String

GetEvalue() 공개 메소드

public GetEvalue ( ) : Double
리턴 Double

GetHitFrame() 공개 메소드

public GetHitFrame ( ) : int
리턴 int

GetHitSeq() 공개 메소드

public GetHitSeq ( ) : String
리턴 String

GetHitStart() 공개 메소드

public GetHitStart ( ) : int
리턴 int

GetHitStop() 공개 메소드

public GetHitStop ( ) : int
리턴 int

GetIdentity() 공개 메소드

public GetIdentity ( ) : Double
리턴 Double

GetLength() 공개 메소드

public GetLength ( ) : int
리턴 int

GetMidlines() 공개 메소드

public GetMidlines ( ) : String
리턴 String

GetNum() 공개 메소드

public GetNum ( ) : int
리턴 int

GetQueryFrame() 공개 메소드

public GetQueryFrame ( ) : int
리턴 int

GetQuerySeq() 공개 메소드

public GetQuerySeq ( ) : String
리턴 String

GetQueryStart() 공개 메소드

public GetQueryStart ( ) : int
리턴 int

GetQueryStop() 공개 메소드

public GetQueryStop ( ) : int
리턴 int

GetScore() 공개 메소드

public GetScore ( ) : Double
리턴 Double

getOrient() 공개 메소드

public getOrient ( ) : int
리턴 int

setOrient() 공개 메소드

Setter for orientation Sets the scale (change in width) of the BlastResult for the ScatterViewItem created in the BlastInstance method of SurfaceWindow1.xaml.cs.
public setOrient ( int o ) : void
o int
리턴 void

toString() 공개 메소드

ToString method Formats the BlastResult instance as a String.
public toString ( ) : String
리턴 String