C# Class ImsInformed.Targets.MolecularTarget

Inheritance: IImsTarget
Datei anzeigen Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Public Methods

Method Description
Equals ( IImsTarget other ) : bool

The equals.

Equals ( MolecularTarget other ) : bool
Equals ( object other ) : bool
GetHashCode ( ) : int

The get hash code.

MolecularTarget ( double targetMz, IonizationMethod ionization, string correspondingChemical ) : System

Initializes a new instance of the MolecularTarget class.

MolecularTarget ( string empiricalFormula, IonizationAdduct ionization, string correspondingChemical ) : System

Initializes a new instance of the MolecularTarget class. Constructor for non peptides with composition

MolecularTarget ( string empiricalFormula, IonizationMethod ionization, string correspondingChemical, int adductMultiplier = 1 ) : System

Initializes a new instance of the MolecularTarget class.

Private Methods

Method Description
Setup ( string empiricalFormula, IonizationAdduct ionization ) : void

The setup.

Method Details

Equals() public method

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

Equals() public method

public Equals ( MolecularTarget other ) : bool
other MolecularTarget
return bool

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

The get hash code.
public GetHashCode ( ) : int
return int

MolecularTarget() public method

Initializes a new instance of the MolecularTarget class.
public MolecularTarget ( double targetMz, IonizationMethod ionization, string correspondingChemical ) : System
targetMz double /// The Target MZ. ///
ionization IonizationMethod /// The ionization. ///
correspondingChemical string /// The CorrespondingChemical Identifier. ///
return System

MolecularTarget() public method

Initializes a new instance of the MolecularTarget class. Constructor for non peptides with composition
public MolecularTarget ( string empiricalFormula, IonizationAdduct ionization, string correspondingChemical ) : System
empiricalFormula string /// The empirical formula. ///
ionization IonizationAdduct /// The ionization. ///
correspondingChemical string /// The CorrespondingChemical Identifier. ///
return System

MolecularTarget() public method

Initializes a new instance of the MolecularTarget class.
public MolecularTarget ( string empiricalFormula, IonizationMethod ionization, string correspondingChemical, int adductMultiplier = 1 ) : System
empiricalFormula string /// The empirical formula. ///
ionization IonizationMethod /// The ionization. ///
correspondingChemical string ///
adductMultiplier int /// The adductMultiplier. ///
return System