Uses of Interface
com.compomics.util.experiment.identification.amino_acid_tags.TagComponent
Packages that use TagComponent
Package
Description
Classes related to the handling of protein sequences.
Amino Acid Tag classes.
-
Uses of TagComponent in com.compomics.util.experiment.biology.aminoacids.sequence
Classes in com.compomics.util.experiment.biology.aminoacids.sequence that implement TagComponentModifier and TypeClassDescriptionclassThis class represents a series of amino acids with associated modifications.Methods in com.compomics.util.experiment.biology.aminoacids.sequence with parameters of type TagComponentModifier and TypeMethodDescriptionbooleanAminoAcidSequence.isSameAs(TagComponent anotherCompontent, SequenceMatchingParameters sequenceMatchingPreferences) booleanAminoAcidSequence.isSameSequenceAndModificationStatusAs(TagComponent anotherCompontent, SequenceMatchingParameters sequenceMatchingPreferences) -
Uses of TagComponent in com.compomics.util.experiment.identification.amino_acid_tags
Classes in com.compomics.util.experiment.identification.amino_acid_tags that implement TagComponentMethods in com.compomics.util.experiment.identification.amino_acid_tags that return types with arguments of type TagComponentMethods in com.compomics.util.experiment.identification.amino_acid_tags with parameters of type TagComponentModifier and TypeMethodDescriptionbooleanMassGap.isSameAs(TagComponent anotherCompontent, SequenceMatchingParameters sequenceMatchingPreferences) booleanTagComponent.isSameAs(TagComponent anotherCompontent, SequenceMatchingParameters sequenceMatchingPreferences) Indicates whether another component is the same as the component of interest.booleanMassGap.isSameSequenceAndModificationStatusAs(TagComponent anotherCompontent, SequenceMatchingParameters sequenceMatchingPreferences) booleanTagComponent.isSameSequenceAndModificationStatusAs(TagComponent anotherCompontent, SequenceMatchingParameters sequenceMatchingPreferences) Indicates whether another component is the same as the component of interest.Method parameters in com.compomics.util.experiment.identification.amino_acid_tags with type arguments of type TagComponentModifier and TypeMethodDescriptionvoidTag.setContent(ArrayList<TagComponent> content) Sets the content for the given tag.