Uses of Class
com.compomics.util.parameters.identification.search.DigestionParameters
Packages that use DigestionParameters
Package
Description
Classes related to proteins.
Classes for the generation of identification features.
Classes for the filtering of identification objects.
This package contains classes used to digest protein sequences into peptides.
Identification parameters relative to the search.
Parameters settings for the search algorithms.
-
Uses of DigestionParameters in com.compomics.util.experiment.biology.proteins
Methods in com.compomics.util.experiment.biology.proteins with parameters of type DigestionParametersModifier and TypeMethodDescriptionintPeptide.getNMissedCleavages(DigestionParameters digestionPreferences) Returns the number of missed cleavages using the digestion preferences. -
Uses of DigestionParameters in com.compomics.util.experiment.identification.features
Methods in com.compomics.util.experiment.identification.features with parameters of type DigestionParametersModifier and TypeMethodDescriptionlong[]IdentificationFeaturesGenerator.getNonEnzymatic(long proteinMatchKey, DigestionParameters digestionPreferences) Returns a list of non-enzymatic peptides for a given protein match. -
Uses of DigestionParameters in com.compomics.util.experiment.identification.filtering
Methods in com.compomics.util.experiment.identification.filtering with parameters of type DigestionParametersModifier and TypeMethodDescriptionbooleanPeptideAssumptionFilter.validatePeptide(Peptide peptide, SequenceMatchingParameters sequenceMatchingPreferences, DigestionParameters digestionPreferences) Validates the peptide based on the peptide length, the share of X's in the sequence and the allowed number of missed cleavages. -
Uses of DigestionParameters in com.compomics.util.experiment.identification.protein_sequences.digestion
Methods in com.compomics.util.experiment.identification.protein_sequences.digestion with parameters of type DigestionParametersModifier and TypeMethodDescriptionIteratorFactory.getSequenceIterator(String sequence, DigestionParameters digestionPreferences, double massMin, double massMax) Returns a sequence iterator for the given protein sequence and digestion preferences. -
Uses of DigestionParameters in com.compomics.util.parameters.identification.search
Methods in com.compomics.util.parameters.identification.search that return DigestionParametersModifier and TypeMethodDescriptionstatic DigestionParametersDigestionParameters.clone(DigestionParameters digestionParameters) Clones the given parameters.static DigestionParametersDigestionParameters.getDefaultParameters()Returns default digestion parameters.SearchParameters.getDigestionParameters()Returns the digestion preferences.Methods in com.compomics.util.parameters.identification.search with parameters of type DigestionParametersModifier and TypeMethodDescriptionstatic DigestionParametersDigestionParameters.clone(DigestionParameters digestionParameters) Clones the given parameters.booleanDigestionParameters.isSameAs(DigestionParameters otherDigestionParameters) Returns a boolean indicating whether these digestion parameters are the same as the given other parameters.voidSearchParameters.setDigestionParameters(DigestionParameters digestionParameters) Sets the digestion preferences. -
Uses of DigestionParameters in com.compomics.util.parameters.identification.tool_specific
Methods in com.compomics.util.parameters.identification.tool_specific with parameters of type DigestionParametersModifier and TypeMethodDescriptionstatic StringMyriMatchParameters.enzymeMapping(DigestionParameters digestionPreferences) Tries to map the utilities enzyme in the digestion preferences to the enzymes supported by MyriMatch.