C# Class ImsInformed.Targets.DriftTimeTarget

Inheritance: MolecularTarget
Mostra file Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Public Methods

Method Description
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.

Method Details

DriftTimeTarget() public method

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. ///
return System

DriftTimeTarget() public method

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. ///
return System

DriftTimeTarget() public method

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. ///
return System

Equals() public method

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

Equals() public method

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