Uses of Class
com.compomics.util.experiment.biology.ions.NeutralLoss
Packages that use NeutralLoss
Package
Description
Experiment classes related to ions.
Ion implementations.
Classes used for ms2 spectrum annotation.
Spectrum and Chromatogram visualization GUI classes.
-
Uses of NeutralLoss in com.compomics.util.experiment.biology.ions
Fields in com.compomics.util.experiment.biology.ions declared as NeutralLossModifier and TypeFieldDescriptionstatic final NeutralLossNeutralLoss.C3H9NC3H9N loss.static final NeutralLossNeutralLoss.CH4OSCH4OS loss.static final NeutralLossNeutralLoss.H2OH2O loss.static final NeutralLossNeutralLoss.H3PO4H3PO4 loss.static final NeutralLossNeutralLoss.HCNOHCNO loss.static final NeutralLossNeutralLoss.HPO3H3PO3 loss.static final NeutralLossNeutralLoss.NH3NH3 loss.Methods in com.compomics.util.experiment.biology.ions that return NeutralLossModifier and TypeMethodDescriptionNeutralLoss.clone()static NeutralLossNeutralLoss.getNeutralLoss(String name) Returns the neutral loss associated to the given name in the static map of the class.NeutralLossCombination.getNeutralLossCombination()Returns the neutral losses in this combination.abstract NeutralLoss[]Ion.getNeutralLosses()Returns the possible neutral losses of this ion type.Methods in com.compomics.util.experiment.biology.ions with parameters of type NeutralLossModifier and TypeMethodDescriptionstatic voidNeutralLoss.addNeutralLoss(NeutralLoss neutralLoss) Adds a neutral loss to the class static map.static IonIon.getGenericIon(Ion.IonType ionType, int subType, NeutralLoss[] neutralLosses) Convenience method returning a generic ion based on the given ion type.static doubleIonFactory.getLossesMass(NeutralLoss[] neutralLosses) Convenience summing the masses of various neutral losses.static StringIon.getNeutralLossesAsString(NeutralLoss[] neutralLosses) Returns the neutral loss (if any), the empty string if no loss.booleanNeutralLoss.isSameAs(NeutralLoss anotherNeutralLoss) Method indicating whether another neutral loss is the same as the one considered.Constructors in com.compomics.util.experiment.biology.ions with parameters of type NeutralLossModifierConstructorDescriptionNeutralLossCombination(NeutralLoss[] neutralLossCombination) Constructor. -
Uses of NeutralLoss in com.compomics.util.experiment.biology.ions.impl
Methods in com.compomics.util.experiment.biology.ions.impl that return NeutralLossModifier and TypeMethodDescriptionElementaryIon.getNeutralLosses()Glycan.getNeutralLosses()ImmoniumIon.getNeutralLosses()PeptideFragmentIon.getNeutralLosses()PrecursorIon.getNeutralLosses()RelatedIon.getNeutralLosses()ReporterIon.getNeutralLosses()TagFragmentIon.getNeutralLosses()Constructors in com.compomics.util.experiment.biology.ions.impl with parameters of type NeutralLossModifierConstructorDescriptionPeptideFragmentIon(int fragmentType, int number, double mass, NeutralLoss[] neutralLosses) Constructor.PeptideFragmentIon(int fragmentType, NeutralLoss[] neutralLosses) Constructor for a generic ion.PrecursorIon(double theoreticMass, NeutralLoss[] neutralLosses) Constructor.PrecursorIon(NeutralLoss[] neutralLosses) Constructor for a generic ion.TagFragmentIon(int fragmentType, int number, int subNumber, double mass, NeutralLoss[] neutralLosses, double massGap) Constructor.TagFragmentIon(int fragmentType, NeutralLoss[] neutralLosses) Constructor for a generic ion. -
Uses of NeutralLoss in com.compomics.util.experiment.biology.modifications
Methods in com.compomics.util.experiment.biology.modifications that return types with arguments of type NeutralLossModifier and TypeMethodDescriptionModification.getNeutralLosses()Returns the neutral losses possibly encountered with this modification.Methods in com.compomics.util.experiment.biology.modifications with parameters of type NeutralLossModifier and TypeMethodDescriptionvoidModification.addNeutralLoss(NeutralLoss neutralLoss) Adds a neutral loss.Method parameters in com.compomics.util.experiment.biology.modifications with type arguments of type NeutralLossModifier and TypeMethodDescriptionvoidModification.setNeutralLosses(ArrayList<NeutralLoss> neutralLosses) Sets the neutral losses possibly encountered with this modification. -
Uses of NeutralLoss in com.compomics.util.experiment.identification.spectrum_annotation
Methods in com.compomics.util.experiment.identification.spectrum_annotation that return types with arguments of type NeutralLossModifier and TypeMethodDescriptionAnnotationParameters.getNeutralLosses()Returns the considered neutral losses.Methods in com.compomics.util.experiment.identification.spectrum_annotation with parameters of type NeutralLossModifier and TypeMethodDescriptionvoidAnnotationParameters.addNeutralLoss(NeutralLoss neutralLoss) Adds a neutral loss.voidNeutralLossesMap.addNeutralLoss(NeutralLoss neutralLoss, int bStart, int yStart) Adds a new neutral loss to the map.voidSpecificAnnotationParameters.addNeutralLoss(NeutralLoss neutralLoss) Adds a neutral loss.booleanSpectrumAnnotator.isAccounted(NeutralLossesMap neutralLosses, NeutralLoss neutralLoss, Ion ion) Returns a boolean indicating whether the neutral loss should be accounted for. -
Uses of NeutralLoss in com.compomics.util.gui.spectrum
Method parameters in com.compomics.util.gui.spectrum with type arguments of type NeutralLossModifier and TypeMethodDescriptionstatic Vector<SpectrumAnnotation> SpectrumPanel.filterAnnotations(Vector<SpectrumAnnotation> annotations, HashMap<Ion.IonType, HashSet<Integer>> iontypes, ArrayList<NeutralLoss> neutralLosses, boolean singleChargeSelected, boolean doubleChargeSelected, boolean moreThanTwoChargesSelected) Deprecated.used only in demo classes