|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PeptideFragmentIon | |
---|---|
com.compomics.util.experiment.biology | This package contains experiement classes related to biological entities. |
com.compomics.util.experiment.identification | This package contains experiment classes related to identifications. |
com.compomics.util.gui.spectrum | This package contains GUI classes related to Spectrum and Chromatogram visualization. |
Uses of PeptideFragmentIon in com.compomics.util.experiment.biology |
---|
Methods in com.compomics.util.experiment.biology that return types with arguments of type PeptideFragmentIon | |
---|---|
java.util.ArrayList<PeptideFragmentIon> |
FragmentFactory.getFragmentIons(Peptide peptide)
This method returns the theoretic fragment ions expected from a peptide sequence. |
Uses of PeptideFragmentIon in com.compomics.util.experiment.identification |
---|
Methods in com.compomics.util.experiment.identification that return types with arguments of type PeptideFragmentIon | |
---|---|
java.util.HashMap<java.lang.Integer,java.util.ArrayList<PeptideFragmentIon>> |
SpectrumAnnotator.getExpectedIons(java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> expectedFragmentIons,
java.util.HashMap<NeutralLoss,java.lang.Integer> neutralLosses,
java.util.ArrayList<java.lang.Integer> charges,
Peptide peptide,
int precursorCharge)
Returns the expected ions in a map indexed by the possible charges Note that, except for +1 precursors, fragments ions will be expected to have a charge strictly smaller than the precursor ion charge. |
Methods in com.compomics.util.experiment.identification with parameters of type PeptideFragmentIon | |
---|---|
boolean |
SpectrumAnnotator.chargeValidated(PeptideFragmentIon fragmentIon,
int charge)
Returns a boolean indicating whether the given charge can be found on the given fragment ion |
static java.lang.String |
SpectrumAnnotator.getTheoreticFragmentKey(PeptideFragmentIon fragmentIon,
int charge)
Returns the key of a theoretic fragment |
boolean |
SpectrumAnnotator.isAccounted(java.util.HashMap<NeutralLoss,java.lang.Integer> neutralLosses,
NeutralLoss neutralLoss,
PeptideFragmentIon fragmentIon,
Peptide peptide)
Returns a boolean indicating whether the neutral loss should be accounted for |
boolean |
SpectrumAnnotator.lossesValidated(java.util.HashMap<NeutralLoss,java.lang.Integer> neutralLosses,
PeptideFragmentIon fragmentIon,
Peptide peptide)
Returns a boolean indicating whether the neutral losses of the given fragment ion are fit the requirement of the given neutral losses map |
Uses of PeptideFragmentIon in com.compomics.util.gui.spectrum |
---|
Methods in com.compomics.util.gui.spectrum with parameters of type PeptideFragmentIon | |
---|---|
static java.awt.Color |
SpectrumPanel.determineFragmentIonColor(PeptideFragmentIon fragmentIon)
Returns the peak color to be used for the given peak label. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |