|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Charge | |
---|---|
com.compomics.util.experiment.identification | This package contains experiment classes related to identifications. |
com.compomics.util.experiment.identification.matches | This package contains experiment classes releated to matches. e.g., pepties, proteins, modifications and spectra. |
com.compomics.util.experiment.massspectrometry | This package contains experiment classes related to spectra. |
Uses of Charge in com.compomics.util.experiment.identification |
---|
Methods in com.compomics.util.experiment.identification with parameters of type Charge | |
---|---|
ArrayList<IonMatch> |
SpectrumAnnotator.matchPeak(Peptide peptide,
Peak peak,
double massTolerance,
Charge charge)
This method matches the potential fragment ions of a given peptide with a given peak. |
Uses of Charge in com.compomics.util.experiment.identification.matches |
---|
Fields in com.compomics.util.experiment.identification.matches declared as Charge | |
---|---|
Charge |
IonMatch.charge
The supposed charge of the ion |
Constructors in com.compomics.util.experiment.identification.matches with parameters of type Charge | |
---|---|
IonMatch(Peak aPeak,
Ion anIon,
Charge aCharge)
Constructor for an ion peak. |
Uses of Charge in com.compomics.util.experiment.massspectrometry |
---|
Methods in com.compomics.util.experiment.massspectrometry that return Charge | |
---|---|
Charge |
Precursor.getCharge()
Getter for the charge. |
Constructors in com.compomics.util.experiment.massspectrometry with parameters of type Charge | |
---|---|
Precursor(double rt,
double mz,
Charge charge)
Constructor for the precursor. |
|
Precursor(double rt,
double mz,
double intensity,
Charge charge)
Constructor for the precursor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |