Uses of Class
com.compomics.util.pride.prideobjects.Instrument
Package | Description |
---|---|
com.compomics.util.pride |
Objects related to mapping to PRIDE.
|
com.compomics.util.pride.prideobjects |
Objects related to mapping experiment annotation to PRIDE.
|
-
Uses of Instrument in com.compomics.util.pride
Methods in com.compomics.util.pride that return types with arguments of type Instrument Modifier and Type Method Description HashMap<String,Instrument>
PrideObjectsFactory. getInstruments()
Returns the instruments.Methods in com.compomics.util.pride with parameters of type Instrument Modifier and Type Method Description void
PrideObjectsFactory. addInstrument(Instrument instrument)
Adds a instrument in the PRIDE objects.void
PrideObjectsFactory. deleteInstrument(Instrument instrument)
Delete the given instrument. -
Uses of Instrument in com.compomics.util.pride.prideobjects
Methods in com.compomics.util.pride.prideobjects that return types with arguments of type Instrument Modifier and Type Method Description static ArrayList<Instrument>
Instrument. getDefaultInstruments()
Returns a list of predefined instruments.