Uses of Class
com.compomics.util.pride.CvTerm
Packages that use CvTerm
Package
Description
Classes related to enzymes.
Experiment classes related to ions.
Ion implementations.
Experiment classes related to matches.
Objects related to mapping to PRIDE.
Objects related to mapping experiment annotation to PRIDE.
-
Uses of CvTerm in com.compomics.util.experiment.biology.enzymes
Methods in com.compomics.util.experiment.biology.enzymes that return CvTermModifier and TypeMethodDescriptionEnzyme.getCvTerm()Returns the CV term associated with this enzyme.Methods in com.compomics.util.experiment.biology.enzymes with parameters of type CvTerm -
Uses of CvTerm in com.compomics.util.experiment.biology.ions
Methods in com.compomics.util.experiment.biology.ions that return CvTermModifier and TypeMethodDescriptionabstract CvTermIon.getPrideCvTerm()Returns the CV term adapted to the fragment ion.abstract CvTermIon.getPsiMsCvTerm()Returns the CV term adapted to the fragment ion.NeutralLoss.getPsiMsCvTerm()Returns the CV term for the neutral loss. -
Uses of CvTerm in com.compomics.util.experiment.biology.ions.impl
Methods in com.compomics.util.experiment.biology.ions.impl that return CvTermModifier and TypeMethodDescriptionElementaryIon.getPrideCvTerm()Glycan.getPrideCvTerm()ImmoniumIon.getPrideCvTerm()PeptideFragmentIon.getPrideCvTerm()PrecursorIon.getPrideCvTerm()RelatedIon.getPrideCvTerm()ReporterIon.getPrideCvTerm()TagFragmentIon.getPrideCvTerm()ElementaryIon.getPsiMsCvTerm()Glycan.getPsiMsCvTerm()ImmoniumIon.getPsiMsCvTerm()PeptideFragmentIon.getPsiMsCvTerm()PrecursorIon.getPsiMsCvTerm()RelatedIon.getPsiMsCvTerm()ReporterIon.getPsiMsCvTerm()TagFragmentIon.getPsiMsCvTerm() -
Uses of CvTerm in com.compomics.util.experiment.biology.modifications
Methods in com.compomics.util.experiment.biology.modifications that return CvTermModifier and TypeMethodDescriptionModification.getPsiModCvTerm()Returns the PSI-MOD CV term associated with this modification.Modification.getUnimodCvTerm()Returns the Unimod CV term associated with this modification.Methods in com.compomics.util.experiment.biology.modifications with parameters of type CvTermModifier and TypeMethodDescriptionvoidModification.setPsiModCvTerm(CvTerm cvTerm) Set the PSI-MOD CV term associated with this modification.voidModification.setUnimodCvTerm(CvTerm cvTerm) Set the Unimod CV term associated with this modification.Constructors in com.compomics.util.experiment.biology.modifications with parameters of type CvTermModifierConstructorDescriptionModification(ModificationType modificationType, String name, String shortName, AtomChain atomChainAdded, AtomChain atomChainRemoved, AminoAcidPattern aminoAcidPattern, CvTerm unimodCvTerm, CvTerm psiModCvTerm, ModificationCategory category) Constructor for a reference modification. -
Uses of CvTerm in com.compomics.util.experiment.identification.matches
Methods in com.compomics.util.experiment.identification.matches that return CvTermModifier and TypeMethodDescriptionIonMatch.getChargePrideCvTerm()Returns the pride CV term for the ion match charge.IonMatch.getIntensityPrideCvTerm()Returns the pride CV term for the ion match intensity.IonMatch.getIonMassErrorPrideCvTerm(int minIsotope, int maxIsotope) Returns the pride CV term for the ion match error.IonMatch.getMZPrideCvTerm()Returns the pride CV term for the ion match m/z. -
Uses of CvTerm in com.compomics.util.pride
Methods in com.compomics.util.pride that return CvTermModifier and TypeMethodDescriptionReturns the CV term corresponding to the given PTM name.static CvTermPtmToPrideMap.getDefaultCVTerm(String ptmName) Deprecated.use the getCvTerm method for the PTM insteadMethods in com.compomics.util.pride with parameters of type CvTerm -
Uses of CvTerm in com.compomics.util.pride.prideobjects
Methods in com.compomics.util.pride.prideobjects that return CvTermModifier and TypeMethodDescriptionInstrument.getDetector()Returns the instrument detector.Instrument.getSource()Returns the instrument source.Methods in com.compomics.util.pride.prideobjects that return types with arguments of type CvTermModifier and TypeMethodDescriptionInstrument.getCvTerms()Returns the CV terms.Protocol.getCvTerms()Returns the CV terms.Sample.getCvTerms()Returns the CV terms.Methods in com.compomics.util.pride.prideobjects with parameters of type CvTermModifier and TypeMethodDescriptionvoidInstrument.setDetector(CvTerm detector) Set the instrument detector.voidSet the instrument source.Method parameters in com.compomics.util.pride.prideobjects with type arguments of type CvTermModifier and TypeMethodDescriptionvoidInstrument.setCvTerms(ArrayList<CvTerm> cvTerms) Set the CV terms.voidProtocol.setCvTerms(ArrayList<CvTerm> cvTerms) Set the CV terms.voidSample.setCvTerms(ArrayList<CvTerm> cvTerms) Set the CV terms.Constructors in com.compomics.util.pride.prideobjects with parameters of type CvTermModifierConstructorDescriptionCreate a new Instrument object.Constructor parameters in com.compomics.util.pride.prideobjects with type arguments of type CvTermModifierConstructorDescriptionCreate a new Instrument object.Create a new Protocol object.Create a new Sample object.