Uses of Enum
com.compomics.util.parameters.identification.advanced.PeptideVariantsParameters.VariantType
Packages that use PeptideVariantsParameters.VariantType
Package
Description
Advanced Identification parameters.
-
Uses of PeptideVariantsParameters.VariantType in com.compomics.util.parameters.identification.advanced
Methods in com.compomics.util.parameters.identification.advanced that return PeptideVariantsParameters.VariantTypeModifier and TypeMethodDescriptionPeptideVariantsParameters.getVariantType()Returns whether the specific variant count limitations should be used.Returns the enum constant of this type with the specified name.PeptideVariantsParameters.VariantType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.parameters.identification.advanced with parameters of type PeptideVariantsParameters.VariantTypeModifier and TypeMethodDescriptionvoidPeptideVariantsParameters.setVatiantType(PeptideVariantsParameters.VariantType variantType) Sets whether the specific variant count limitations should be used.