Uses of Class
com.compomics.util.experiment.identification.Advocate
Packages that use Advocate
Package
Description
Experiment classes related to identifications.
GUI classes for parameters, settings and preferences used for identification.
Parameters settings for the search algorithms.
-
Uses of Advocate in com.compomics.util.experiment.identification
Fields in com.compomics.util.experiment.identification declared as AdvocateModifier and TypeFieldDescriptionstatic final AdvocateAdvocate.andromedaThe Andromeda search engine.static final AdvocateAdvocate.byonicThe Byonic search engine integrated in the Byonic protein metrics interface.static final AdvocateAdvocate.cometThe Comet search engine, free version of Sequest.static final AdvocateAdvocate.cossThe CompOmics Spectral Searching (COSS) engine.static final AdvocateAdvocate.direcTagThe DirecTag sequencing algorithm.static final AdvocateAdvocate.genericMzIdAdvocate type for mzId files where no software is annotated.static final AdvocateAdvocate.identiPyThe IdentiPy search engine.static final AdvocateAdvocate.mascotThe Mascot search engine.static final AdvocateAdvocate.metaMorpheusThe MetaMorpheus search engine.static final AdvocateAdvocate.morpheusThe Morpheus search engine.static final AdvocateAdvocate.msAmandaThe MS Amanda search engine.static final AdvocateAdvocate.msFitThe MS-Fit search engine, old school peptide mass fingerprinting.static final AdvocateAdvocate.msFraggerThe MSFragger search engine.static final AdvocateAdvocate.msgfThe MS-GF+ search engine.static final AdvocateAdvocate.myriMatchThe MyriMatch search engine, old school peptide mass fingerprinting.static final AdvocateAdvocate.novorThe Novor de novo sequencing algorithm.static final AdvocateAdvocate.omssaThe OMSSA search engine.static final AdvocateAdvocate.onyaseEngineThe Onyase engine script.static final AdvocateAdvocate.peaksThe PEAKS sequencing algorithm.static final AdvocateAdvocate.pepnovoThe PepNovo+ de novo sequencing algorithm.static final AdvocateAdvocate.peptideShakerThe PeptideShaker multiple algorithm software.static final AdvocateAdvocate.percolatorThe Percolator rescoring algorithm.static final AdvocateAdvocate.phenyxThe Phenyx search engine.static final AdvocateAdvocate.pNovoThe pNovo+ de novo sequencing algorithm.static final AdvocateAdvocate.proFoundThe Profound search engine.static final AdvocateAdvocate.proteinLynxThe ProteinLynx search engine, waters instruments.static final AdvocateAdvocate.proteinPilotThe ProteinPilot search engine.static final AdvocateAdvocate.proteinProspectorThe search engine results of Protein Prospector.static final AdvocateAdvocate.proteinScapeThe search engine integrated in Protein Scape, Bruker instruments.static final AdvocateAdvocate.sageThe Sage search engine.static final AdvocateAdvocate.scaffoldThe Scaffold multiple search engine data interpretation software.static final AdvocateAdvocate.sequestThe Sequest search engine.static final AdvocateAdvocate.sonarThe Sonar search engine, integrated in radars.static final AdvocateAdvocate.spectraSTThe SpectraST spectral library search engine (TPP).static final AdvocateAdvocate.spectrumMillThe Spectrum Mill search engine, Agilent.static final AdvocateAdvocate.sqidThe SeQuence IDentfication (SQID) search engine.static final AdvocateAdvocate.tideThe Tide search engine.static final AdvocateAdvocate.xtandemThe X! Tandem search engine.static final AdvocateAdvocate.zCoreThe ZCore search engine, ETD search engine.Methods in com.compomics.util.experiment.identification that return AdvocateModifier and TypeMethodDescriptionstatic AdvocateAdvocate.addUserAdvocate(String advocateName) Adds a user advocate and returns it.static AdvocateAdvocate.getAdvocate(int index) Returns the advocate corresponding to the given index.static AdvocateAdvocate.getAdvocate(String advocateName) Returns the advocate with the given name.static AdvocateAdvocate.getAdvocateFromFile(String idFileName) Deprecated.no longer usedstatic Advocate[]Advocate.values()Returns the implemented advocates in an array.Methods in com.compomics.util.experiment.identification that return types with arguments of type AdvocateModifier and TypeMethodDescriptionAdvocate.getUserAdvocates()Returns the map of user advocates imported.Method parameters in com.compomics.util.experiment.identification with type arguments of type AdvocateModifier and TypeMethodDescriptionstatic voidAdvocate.setUserAdvocates(HashMap<Integer, Advocate> userAdvocates) Returns the map of user advocates imported. -
Uses of Advocate in com.compomics.util.gui.parameters.identification
Methods in com.compomics.util.gui.parameters.identification that return AdvocateModifier and TypeMethodDescriptionIdentificationAlgorithmParameter.getAlgorithm()Returns the identification algorithm. -
Uses of Advocate in com.compomics.util.parameters.identification.tool_specific
Methods in com.compomics.util.parameters.identification.tool_specific that return AdvocateModifier and TypeMethodDescriptionAndromedaParameters.getAlgorithm()CometParameters.getAlgorithm()DirecTagParameters.getAlgorithm()MetaMorpheusParameters.getAlgorithm()MsAmandaParameters.getAlgorithm()MsgfParameters.getAlgorithm()MyriMatchParameters.getAlgorithm()NovorParameters.getAlgorithm()OmssaParameters.getAlgorithm()PepnovoParameters.getAlgorithm()PNovoParameters.getAlgorithm()SageParameters.getAlgorithm()TideParameters.getAlgorithm()XtandemParameters.getAlgorithm()