Uses of Class
com.compomics.util.pride.CvTerm

Packages that use CvTerm
com.compomics.util.experiment.biology.ions This package contains experiment classes related to ions. 
com.compomics.util.experiment.identification.matches This package contains experiment classes releated to matches. 
com.compomics.util.pride   
com.compomics.util.pride.prideobjects   
 

Uses of CvTerm in com.compomics.util.experiment.biology.ions
 

Methods in com.compomics.util.experiment.biology.ions that return CvTerm
 CvTerm PeptideFragmentIon.getPrideCvTerm()
          Returns the pride cv term adapted to the fragment ion.
 

Uses of CvTerm in com.compomics.util.experiment.identification.matches
 

Methods in com.compomics.util.experiment.identification.matches that return CvTerm
 CvTerm IonMatch.getChargePrideCvTerm()
          Returns the pride CV term for the ion match charge
 CvTerm IonMatch.getIntensityPrideCvTerm()
          Returns the pride CV term for the ion match intensity
 CvTerm IonMatch.getIonMassErrorPrideCvTerm()
          Returns the pride CV term for the ion match error
 CvTerm 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 CvTerm
 CvTerm PtmToPrideMap.getCVTerm(java.lang.String ptmName)
          Returns the cv term corresponding to the given PTM name.
static CvTerm PtmToPrideMap.getDefaultCVTerm(java.lang.String ptmName)
          Returns the default cvTerm of a modification when it exists.
 

Methods in com.compomics.util.pride with parameters of type CvTerm
 void PtmToPrideMap.putCVTerm(java.lang.String modName, CvTerm cvTerm)
          Puts a new mapping in the map.
 

Uses of CvTerm in com.compomics.util.pride.prideobjects
 

Methods in com.compomics.util.pride.prideobjects that return CvTerm
 CvTerm Instrument.getDetector()
           
 CvTerm Instrument.getSource()
           
 

Methods in com.compomics.util.pride.prideobjects that return types with arguments of type CvTerm
 java.util.ArrayList<CvTerm> Sample.getCvTerms()
           
 java.util.ArrayList<CvTerm> Protocol.getCvTerms()
           
 java.util.ArrayList<CvTerm> Instrument.getCvTerms()
           
 

Methods in com.compomics.util.pride.prideobjects with parameters of type CvTerm
 void Instrument.setDetector(CvTerm detector)
           
 void Instrument.setSource(CvTerm source)
           
 

Method parameters in com.compomics.util.pride.prideobjects with type arguments of type CvTerm
 void Sample.setCvTerms(java.util.ArrayList<CvTerm> cvTerms)
           
 void Protocol.setCvTerms(java.util.ArrayList<CvTerm> cvTerms)
           
 void Instrument.setCvTerms(java.util.ArrayList<CvTerm> cvTerms)
           
 

Constructors in com.compomics.util.pride.prideobjects with parameters of type CvTerm
Instrument(java.lang.String name, CvTerm source, CvTerm detector, java.util.ArrayList<CvTerm> cvTerms)
          Create a new Instrument object.
 

Constructor parameters in com.compomics.util.pride.prideobjects with type arguments of type CvTerm
Instrument(java.lang.String name, CvTerm source, CvTerm detector, java.util.ArrayList<CvTerm> cvTerms)
          Create a new Instrument object.
Protocol(java.lang.String name, java.util.ArrayList<CvTerm> cvTerms)
          Create a new Protocol object.
Sample(java.lang.String name, java.util.ArrayList<CvTerm> cvTerms)
          Create a new Sample object.
 



Copyright © 2012. All Rights Reserved.