Uses of Class
com.compomics.util.experiment.biology.aminoacids.sequence.AminoAcidSequence
Packages that use AminoAcidSequence
Package
Description
Classes related to the handling of protein sequences.
Amino Acid Tag classes.
This package contains utilities classes to handle identification objects.
-
Uses of AminoAcidSequence in com.compomics.util.experiment.biology.aminoacids.sequence
Methods in com.compomics.util.experiment.biology.aminoacids.sequence that return AminoAcidSequenceModifier and TypeMethodDescriptionAminoAcidSequence.reverse()Returns an amino acid sequence which is a reversed version of the current pattern.Methods in com.compomics.util.experiment.biology.aminoacids.sequence with parameters of type AminoAcidSequenceModifier and TypeMethodDescriptionvoidAminoAcidSequence.appendCTerm(AminoAcidSequence otherSequence) Appends another sequence at the end of this sequence.voidAminoAcidSequence.appendNTerm(AminoAcidSequence otherSequence) Appends another sequence at the beginning of this sequence keeping the original order.intAminoAcidPattern.firstIndex(AminoAcidSequence aminoAcidSequence, SequenceMatchingParameters sequenceMatchingParameters) Returns the first index where the amino acid pattern is found.voidAminoAcidSequence.insert(int offset, AminoAcidSequence otherSequence) Inserts another sequence in this sequence.booleanAminoAcidSequence.isSameAs(AminoAcidSequence anotherSequence, SequenceMatchingParameters sequenceMatchingPreferences) Indicates whether another sequence has a matching sequence.booleanAminoAcidSequence.isSameSequenceAndModificationStatusAs(AminoAcidSequence anotherSequence, SequenceMatchingParameters sequenceMatchingPreferences) Indicates whether another sequence targets the same sequence without accounting for PTM localization.booleanAminoAcidSequence.matches(AminoAcidSequence aminoAcidSequence, SequenceMatchingParameters sequenceMatchingPreferences) Indicates whether the sequence matches the given amino acid sequence in size and according to the given matching preferences.booleanAminoAcidSequence.matchesIn(AminoAcidSequence aminoAcidSequence, SequenceMatchingParameters sequenceMatchingPreferences) Indicates whether the sequence is found in the given amino acid sequence.Constructors in com.compomics.util.experiment.biology.aminoacids.sequence with parameters of type AminoAcidSequenceModifierConstructorDescriptionAminoAcidSequence(AminoAcidSequence sequence) Creates a sequence from another sequence. -
Uses of AminoAcidSequence in com.compomics.util.experiment.identification.amino_acid_tags
Methods in com.compomics.util.experiment.identification.amino_acid_tags with parameters of type AminoAcidSequenceModifier and TypeMethodDescriptionvoidTag.addAminoAcidSequence(AminoAcidSequence aminoAcidSequence) Adds a sequence of amino acids to the tag.Constructors in com.compomics.util.experiment.identification.amino_acid_tags with parameters of type AminoAcidSequenceModifierConstructorDescriptionTag(double nTermGap, AminoAcidSequence sequenceTag, double cTermGap) Constructor for a tag consisting of a sequence tag between two mass tags. -
Uses of AminoAcidSequence in com.compomics.util.experiment.identification.utils
Methods in com.compomics.util.experiment.identification.utils with parameters of type AminoAcidSequenceModifier and TypeMethodDescriptionstatic int[]ModificationUtils.getPossibleModificationSites(AminoAcidSequence aminoAcidSequence, boolean nTerm, boolean cTerm, Modification modification, SequenceMatchingParameters sequenceMatchingParameters) Returns an array of the possible modification sites for the given modification on the given peptide.