C# 클래스 ImsInformed.Targets.DriftTimeTarget

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

공개 메소드들

메소드 설명
DriftTimeTarget ( string libraryEntryName, double normalizedDriftTimeInMs, PeptideTarget peptide, int chargeState = 1 ) : System

Initializes a new instance of the DriftTimeTarget class with H+ as default ionization, which is a default for peptides.

DriftTimeTarget ( string libraryEntryName, double normalizedDriftTimeInMs, string empiricalFormula, IonizationAdduct adduct ) : System

Initializes a new instance of the DriftTimeTarget class.

DriftTimeTarget ( string libraryEntryName, double normalizedDriftTimeInMs, string empiricalFormula, IonizationMethod ionizationMethod, int adductMultiplier = 1 ) : System

Initializes a new instance of the DriftTimeTarget class for molercules

Equals ( DriftTimeTarget other ) : bool

The equals.

Equals ( IImsTarget other ) : bool

The equals.

메소드 상세

DriftTimeTarget() 공개 메소드

Initializes a new instance of the DriftTimeTarget class with H+ as default ionization, which is a default for peptides.
public DriftTimeTarget ( string libraryEntryName, double normalizedDriftTimeInMs, PeptideTarget peptide, int chargeState = 1 ) : System
libraryEntryName string /// The library Entry Name. ///
normalizedDriftTimeInMs double /// The drift time. ///
peptide PeptideTarget /// The peptide. ///
chargeState int /// The charge State. ///
리턴 System

DriftTimeTarget() 공개 메소드

Initializes a new instance of the DriftTimeTarget class.
public DriftTimeTarget ( string libraryEntryName, double normalizedDriftTimeInMs, string empiricalFormula, IonizationAdduct adduct ) : System
libraryEntryName string /// The library Entry Name. ///
normalizedDriftTimeInMs double /// The drift time. ///
empiricalFormula string /// The empirical formula. ///
adduct IonizationAdduct /// The adduct. ///
리턴 System

DriftTimeTarget() 공개 메소드

Initializes a new instance of the DriftTimeTarget class for molercules
public DriftTimeTarget ( string libraryEntryName, double normalizedDriftTimeInMs, string empiricalFormula, IonizationMethod ionizationMethod, int adductMultiplier = 1 ) : System
libraryEntryName string /// The library Entry Name. ///
normalizedDriftTimeInMs double /// The drift time. ///
empiricalFormula string /// The empirical formula. ///
ionizationMethod IonizationMethod /// The ionization method. ///
adductMultiplier int /// The adduct Multiplier. ///
리턴 System

Equals() 공개 메소드

The equals.
public Equals ( DriftTimeTarget other ) : bool
other DriftTimeTarget /// The other. ///
리턴 bool

Equals() 공개 메소드

The equals.
public Equals ( IImsTarget other ) : bool
other IImsTarget /// The other. ///
리턴 bool