Uses of Interface
com.compomics.util.gui.parameters.identification.IdentificationAlgorithmParameter
Packages that use IdentificationAlgorithmParameter
Package
Description
GUI classes for parameters, settings and preferences used for identification.
Search algorithm settings dialogs.
Identification parameters relative to the search.
Parameters settings for the search algorithms.
-
Uses of IdentificationAlgorithmParameter in com.compomics.util.gui.parameters.identification
Methods in com.compomics.util.gui.parameters.identification that return IdentificationAlgorithmParameterModifier and TypeMethodDescriptionAlgorithmParametersDialog.getParameters()Returns the parameters as set by the user.Methods in com.compomics.util.gui.parameters.identification with parameters of type IdentificationAlgorithmParameterModifier and TypeMethodDescriptionbooleanIdentificationAlgorithmParameter.equals(IdentificationAlgorithmParameter identificationAlgorithmParameter) Indicates whether another identificationAlgorithmParameter has the same parameters. -
Uses of IdentificationAlgorithmParameter in com.compomics.util.gui.parameters.identification.algorithm
Methods in com.compomics.util.gui.parameters.identification.algorithm that return IdentificationAlgorithmParameterModifier and TypeMethodDescriptionAndromedaParametersDialog.getParameters()CometParametersDialog.getParameters()DirecTagParametersDialog.getParameters()MetaMorpheusParametersDialog.getParameters()MsAmandaParametersDialog.getParameters()MsgfParametersDialog.getParameters()MyriMatchParametersDialog.getParameters()NovorParametersDialog.getParameters()OmssaParametersDialog.getParameters()PepNovoParametersDialog.getParameters()PNovoParametersDialog.getParameters()SageParametersDialog.getParameters()TideParametersDialog.getParameters()XTandemParametersDialog.getParameters() -
Uses of IdentificationAlgorithmParameter in com.compomics.util.parameters.identification.search
Methods in com.compomics.util.parameters.identification.search that return IdentificationAlgorithmParameterModifier and TypeMethodDescriptionSearchParameters.getIdentificationAlgorithmParameter(int algorithmID) Returns the algorithm specific parameters, null if not found.Methods in com.compomics.util.parameters.identification.search that return types with arguments of type IdentificationAlgorithmParameterModifier and TypeMethodDescriptionSearchParameters.getAlgorithmSpecificParameters()Returns the algorithm specific parameters in a map: algorithm as indexed in the Advocate class > parameters.Methods in com.compomics.util.parameters.identification.search with parameters of type IdentificationAlgorithmParameterModifier and TypeMethodDescriptionvoidSearchParameters.setIdentificationAlgorithmParameter(int algorithmID, IdentificationAlgorithmParameter identificationAlgorithmParameter) Adds identification algorithm specific parameters. -
Uses of IdentificationAlgorithmParameter in com.compomics.util.parameters.identification.tool_specific
Classes in com.compomics.util.parameters.identification.tool_specific that implement IdentificationAlgorithmParameterModifier and TypeClassDescriptionclassThe Andromeda specific parameters.classThe Comet specific parameters.classThe DirecTag specific parameters.classThe MetaMorpheus specific parameters.classThe MS Amanda specific parameters.classThe MS-GF+ specific parameters.classThe MyriMatch specific parameters.classNovor specific parameters.classThe OMSSA specific parameters.classPepNovo specific parameters.classpNovo specific parameters.classThe Sage specific parameters.classThe Tide specific parameters.classThe X!Tandem specific parameters.Methods in com.compomics.util.parameters.identification.tool_specific with parameters of type IdentificationAlgorithmParameterModifier and TypeMethodDescriptionbooleanAndromedaParameters.equals(IdentificationAlgorithmParameter identificationAlgorithmParameter) booleanCometParameters.equals(IdentificationAlgorithmParameter identificationAlgorithmParameter) booleanDirecTagParameters.equals(IdentificationAlgorithmParameter identificationAlgorithmParameter) booleanMetaMorpheusParameters.equals(IdentificationAlgorithmParameter identificationAlgorithmParameter) booleanMsAmandaParameters.equals(IdentificationAlgorithmParameter identificationAlgorithmParameter) booleanMsgfParameters.equals(IdentificationAlgorithmParameter identificationAlgorithmParameter) booleanMyriMatchParameters.equals(IdentificationAlgorithmParameter identificationAlgorithmParameter) booleanNovorParameters.equals(IdentificationAlgorithmParameter identificationAlgorithmParameter) booleanOmssaParameters.equals(IdentificationAlgorithmParameter identificationAlgorithmParameter) booleanPepnovoParameters.equals(IdentificationAlgorithmParameter identificationAlgorithmParameter) booleanPNovoParameters.equals(IdentificationAlgorithmParameter identificationAlgorithmParameter) booleanSageParameters.equals(IdentificationAlgorithmParameter identificationAlgorithmParameter) booleanTideParameters.equals(IdentificationAlgorithmParameter identificationAlgorithmParameter) booleanXtandemParameters.equals(IdentificationAlgorithmParameter identificationAlgorithmParameter)