C# 클래스 ImsInformed.Targets.PeptideTarget

상속: IImsTarget
파일 보기 프로젝트 열기: PNNL-Comp-Mass-Spec/IMS-Informed-Library 1 사용 예제들

공개 메소드들

메소드 설명
CreateSqlMassTagQueries ( ) : string

The create SQL mass tag queries.

CreateSqlResultQueries ( int datasetId ) : string

The create SQL result queries.

Equals ( IImsTarget other ) : bool
Equals ( PeptideTarget other ) : bool
Equals ( object other ) : bool
GetHashCode ( ) : int

The get hash code.

PeptideTarget ( int id, string peptideSequence, double normalizedElutionTime, IList modificationList = null ) : System

Initializes a new instance of the PeptideTarget class. Initializes a new instance of the ImsTarget class.

RemoveResults ( ) : void

The remove results.

메소드 상세

CreateSqlMassTagQueries() 공개 메소드

The create SQL mass tag queries.
public CreateSqlMassTagQueries ( ) : string
리턴 string

CreateSqlResultQueries() 공개 메소드

The create SQL result queries.
public CreateSqlResultQueries ( int datasetId ) : string
datasetId int /// The dataset id. ///
리턴 string

Equals() 공개 메소드

public Equals ( IImsTarget other ) : bool
other IImsTarget
리턴 bool

Equals() 공개 메소드

public Equals ( PeptideTarget other ) : bool
other PeptideTarget
리턴 bool

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

GetHashCode() 공개 메소드

The get hash code.
public GetHashCode ( ) : int
리턴 int

PeptideTarget() 공개 메소드

Initializes a new instance of the PeptideTarget class. Initializes a new instance of the ImsTarget class.
public PeptideTarget ( int id, string peptideSequence, double normalizedElutionTime, IList modificationList = null ) : System
id int /// The id. ///
peptideSequence string /// The PeptideSequence. ///
normalizedElutionTime double /// The normalized elution time. ///
modificationList IList /// The modification list. ///
리턴 System

RemoveResults() 공개 메소드

The remove results.
public RemoveResults ( ) : void
리턴 void