Method | Description | |
---|---|---|
Equals ( IImsTarget other ) : bool |
The equals.
|
|
Equals ( |
||
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.
|
Method | Description | |
---|---|---|
Setup ( string empiricalFormula, IonizationAdduct ionization ) : void |
The setup.
|
public Equals ( IImsTarget other ) : bool | ||
other | IImsTarget | /// The other. /// |
return | bool |
public Equals ( |
||
other | ||
return | bool |
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 |
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 |
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 |