C# Class ImsInformed.Targets.MolecularTarget

Inheritance: IImsTarget
Afficher le fichier Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Setup ( string empiricalFormula, IonizationAdduct ionization ) : void

The setup.

Method Details

Equals() public méthode

The equals.
public Equals ( IImsTarget other ) : bool
other IImsTarget /// The other. ///
Résultat bool

Equals() public méthode

public Equals ( MolecularTarget other ) : bool
other MolecularTarget
Résultat bool

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

GetHashCode() public méthode

The get hash code.
public GetHashCode ( ) : int
Résultat int

MolecularTarget() public méthode

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. ///
Résultat System

MolecularTarget() public méthode

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. ///
Résultat System

MolecularTarget() public méthode

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. ///
Résultat System