메소드 | 설명 | |
---|---|---|
DriftTimeTarget ( string libraryEntryName, double normalizedDriftTimeInMs, |
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 ( |
The equals.
|
|
Equals ( IImsTarget other ) : bool |
The equals.
|
public DriftTimeTarget ( string libraryEntryName, double normalizedDriftTimeInMs, |
||
libraryEntryName | string | /// The library Entry Name. /// |
normalizedDriftTimeInMs | double | /// The drift time. /// |
peptide | /// The peptide. /// | |
chargeState | int | /// The charge State. /// |
리턴 | System |
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 |
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 |
public Equals ( |
||
other | /// The other. /// | |
리턴 | bool |
public Equals ( IImsTarget other ) : bool | ||
other | IImsTarget | /// The other. /// |
리턴 | bool |