Package | Description |
---|---|
com.compomics.util.experiment.biology |
This package contains experiement classes related to biological entities.
|
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 |
Modifier and Type | Method and Description |
---|---|
static CvTerm |
EnzymeFactory.getEnzymeCvTerm(Enzyme enzyme)
Tries to convert the given enzyme to a CvTerm for use in mzIdentML etc.
|
abstract CvTerm |
Ion.getPrideCvTerm()
Returns the pride cv term adapted to the fragment ion.
|
Modifier and Type | Method and Description |
---|---|
CvTerm |
TagFragmentIon.getPrideCvTerm() |
CvTerm |
ReporterIon.getPrideCvTerm() |
CvTerm |
PrecursorIon.getPrideCvTerm() |
CvTerm |
PeptideFragmentIon.getPrideCvTerm() |
CvTerm |
ImmoniumIon.getPrideCvTerm() |
CvTerm |
Glycon.getPrideCvTerm() |
CvTerm |
ElementaryIon.getPrideCvTerm() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CvTerm |
PtmToPrideMap.getCVTerm(String ptmName)
Returns the CV term corresponding to the given PTM name.
|
static CvTerm |
PtmToPrideMap.getDefaultCVTerm(String ptmName)
Returns the default cvTerm of a modification when it exists.
|
Modifier and Type | Method and Description |
---|---|
void |
PtmToPrideMap.putCVTerm(String modName,
CvTerm cvTerm)
Puts a new mapping in the map.
|
Modifier and Type | Method and Description |
---|---|
CvTerm |
Instrument.getDetector()
Returns the instrument detector.
|
CvTerm |
Instrument.getSource()
Returns the instrument source.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<CvTerm> |
Sample.getCvTerms()
Returns the CV terms.
|
ArrayList<CvTerm> |
Protocol.getCvTerms()
Returns the CV terms.
|
ArrayList<CvTerm> |
Instrument.getCvTerms()
Returns the CV terms.
|
Modifier and Type | Method and Description |
---|---|
void |
Instrument.setDetector(CvTerm detector)
Set the instrument detector.
|
void |
Instrument.setSource(CvTerm source)
Set the instrument source.
|
Modifier and Type | Method and Description |
---|---|
void |
Sample.setCvTerms(ArrayList<CvTerm> cvTerms)
Set the CV terms.
|
void |
Protocol.setCvTerms(ArrayList<CvTerm> cvTerms)
Set the CV terms.
|
void |
Instrument.setCvTerms(ArrayList<CvTerm> cvTerms)
Set the CV terms.
|
Constructor and Description |
---|
Instrument(String name,
CvTerm source,
CvTerm detector,
ArrayList<CvTerm> cvTerms)
Create a new Instrument object.
|
Constructor and Description |
---|
Instrument(String name,
CvTerm source,
CvTerm detector,
ArrayList<CvTerm> cvTerms)
Create a new Instrument object.
|
Protocol(String name,
ArrayList<CvTerm> cvTerms)
Create a new Protocol object.
|
Sample(String name,
ArrayList<CvTerm> cvTerms)
Create a new Sample object.
|
Copyright © 2014. All rights reserved.