Uses of Class
com.compomics.util.experiment.biology.enzymes.Enzyme
Packages that use Enzyme
Package
Description
Command line for the handling of enzymes.
Classes related to enzymes.
Classes related to proteins.
This package contains implementations of the SequenceIterator interface.
This package contains utilities classes to handle identification objects.
Dialogs for pride reprocessing parameters.
Identification parameters relative to the search.
Classes concerning useful Objects and their operations for modeling and handling proteins.
-
Uses of Enzyme in com.compomics.cli.enzymes
Methods in com.compomics.cli.enzymes that return EnzymeModifier and TypeMethodDescriptionEnzymesCLIInputBean.getEnzymeToAdd()Returns the enzyme to add. -
Uses of Enzyme in com.compomics.util.experiment.biology.enzymes
Methods in com.compomics.util.experiment.biology.enzymes that return EnzymeModifier and TypeMethodDescriptionReturns the enzyme corresponding to the given name.EnzymeFactory.getUtilitiesEnzyme(String cvTermAccession) Returns the enzyme associated to the given cvTerm.Methods in com.compomics.util.experiment.biology.enzymes that return types with arguments of type EnzymeMethods in com.compomics.util.experiment.biology.enzymes with parameters of type Enzyme -
Uses of Enzyme in com.compomics.util.experiment.biology.proteins
Methods in com.compomics.util.experiment.biology.proteins with parameters of type EnzymeModifier and TypeMethodDescriptionintPeptide.getNMissedCleavages(Enzyme enzyme) Returns the number of missed cleavages using the specified enzyme. -
Uses of Enzyme in com.compomics.util.experiment.identification.protein_sequences.digestion.iterators
Constructors in com.compomics.util.experiment.identification.protein_sequences.digestion.iterators with parameters of type EnzymeModifierConstructorDescriptionSpecificSingleEnzymeCombinationIterator(ProteinIteratorUtils proteinIteratorUtils, String proteinSequence, Enzyme enzyme, int nMissedCleavages, double massMin, double massMax) Constructor.SpecificSingleEnzymeIterator(ProteinIteratorUtils proteinIteratorUtils, String proteinSequence, Enzyme enzyme, int nMissedCleavages, double massMin, double massMax) Constructor. -
Uses of Enzyme in com.compomics.util.experiment.identification.utils
Methods in com.compomics.util.experiment.identification.utils with parameters of type EnzymeModifier and TypeMethodDescriptionstatic intPeptideUtils.getNEnzymaticTermini(int peptideStart, int peptideEnd, String proteinSequence, Enzyme enzyme) Returns the number of enzymatic termini for the given peptide coordinates and enzyme on this protein.static booleanPeptideUtils.isCtermEnzymatic(int peptideStart, int peptideEnd, String proteinSequence, Enzyme enzyme) Returns whether the N-terminus of the given peptide is enzymatic at the given coordinates and enzyme on this protein.static booleanPeptideUtils.isNtermEnzymatic(int peptideStart, int peptideEnd, String proteinSequence, Enzyme enzyme) Returns whether the N-terminus of the given peptide is enzymatic at the given coordinates and enzyme on this protein.Method parameters in com.compomics.util.experiment.identification.utils with type arguments of type EnzymeModifier and TypeMethodDescriptionstatic intProteinUtils.getNCleavageSites(String sequence, ArrayList<Enzyme> enzymes) Returns the number of cleavage sites.static int[]ProteinUtils.getObservableAminoAcids(String sequence, ArrayList<Enzyme> enzymes, double pepMaxLength) Returns the observable amino acids in the sequence when using the given enzymes with the given maximal peptide length.static intProteinUtils.getObservableLength(String sequence, ArrayList<Enzyme> enzymes, double pepMaxLength) Returns the number of observable amino acids in the sequence.static booleanPeptideUtils.isEnzymatic(Peptide peptide, SequenceProvider sequenceProvider, ArrayList<Enzyme> enzymes) Returns a boolean indicating whether the peptide is enzymatic in at least one protein using one of the given enzymes.static booleanPeptideUtils.isEnzymatic(Peptide peptide, String proteinAccession, String proteinSequence, ArrayList<Enzyme> enzymes) Returns a boolean indicating whether the peptide is enzymatic using one of the given enzymes. -
Uses of Enzyme in com.compomics.util.gui.parameters.identification.pride
Methods in com.compomics.util.gui.parameters.identification.pride that return Enzyme -
Uses of Enzyme in com.compomics.util.parameters.identification.search
Methods in com.compomics.util.parameters.identification.search that return types with arguments of type EnzymeModifier and TypeMethodDescriptionDigestionParameters.getEnzymes()Returns the enzymes used for digestion in a list.Methods in com.compomics.util.parameters.identification.search with parameters of type EnzymeModifier and TypeMethodDescriptionvoidAdds an enzyme.Method parameters in com.compomics.util.parameters.identification.search with type arguments of type EnzymeModifier and TypeMethodDescriptionvoidDigestionParameters.setEnzymes(ArrayList<Enzyme> enzymes) Sets the enzymes used for digestion. -
Uses of Enzyme in com.compomics.util.protein
Constructors in com.compomics.util.protein with parameters of type Enzyme