Uses of Class
com.compomics.util.experiment.identification.amino_acid_tags.Tag
Packages that use Tag
Package
Description
Command line for PeptideMapper.
Experiment classes related to ions.
Amino Acid Tag classes.
Classes related to protein inference.
Protein sequence database indexing classes based on Burrows-Wheeler transform.
This package contains implementations of the SpectrumAnnotator allowing the annotation of all ions.
Implementations of the SpectrumIdentificationAssumption.
This package contains utilities classes to handle identification objects.
Spectrum and Chromatogram visualization GUI classes.
-
Uses of Tag in com.compomics.cli.peptide_mapper
Methods in com.compomics.cli.peptide_mapper with parameters of type Tag -
Uses of Tag in com.compomics.util.experiment.biology.ions
Methods in com.compomics.util.experiment.biology.ions with parameters of type TagModifier and TypeMethodDescriptionIonFactory.getFragmentIons(Tag tag, ModificationParameters modificationParameters, SequenceMatchingParameters modificationsSequenceMatchingParameters) This method returns the theoretic ions expected from a tag. -
Uses of Tag in com.compomics.util.experiment.identification.amino_acid_tags
Methods in com.compomics.util.experiment.identification.amino_acid_tags that return TagModifier and TypeMethodDescriptionTag.reverse(boolean yIon) Returns a new tag instance which is a reversed version of the current tag.Methods in com.compomics.util.experiment.identification.amino_acid_tags with parameters of type TagModifier and TypeMethodDescriptionstatic StringTag.getTaggedModifiedSequence(ModificationParameters modificationParameters, Tag tag, boolean useHtmlColorCoding, boolean includeHtmlStartEndTags, boolean useShortName, boolean includeTerminalGaps, SequenceMatchingParameters modificationsSequenceMatchingParameters, HashSet<String> displayedModifications) Returns the modified sequence as an tagged string with potential modification sites color coded or with modification tags, e.g, <mox>.static StringTag.getTagModificationsAsString(Tag tag) Returns the tag modifications as a string.booleanTag.isSameAs(Tag anotherTag, SequenceMatchingParameters sequenceMatchingPreferences) Indicates whether this tag is the same as another tag.booleanTag.isSameSequenceAndModificationStatusAs(Tag anotherTag, SequenceMatchingParameters sequenceMatchingPreferences) Indicates whether this tag is the same as another tag without accounting for modification localization.Constructors in com.compomics.util.experiment.identification.amino_acid_tags with parameters of type Tag -
Uses of Tag in com.compomics.util.experiment.identification.protein_inference
Methods in com.compomics.util.experiment.identification.protein_inference with parameters of type TagModifier and TypeMethodDescriptionFastaMapper.getProteinMapping(Tag tag, SequenceMatchingParameters sequenceMatchingPreferences) Returns the protein mappings for the given peptide sequence. -
Uses of Tag in com.compomics.util.experiment.identification.protein_inference.fm_index
Methods in com.compomics.util.experiment.identification.protein_inference.fm_index with parameters of type TagModifier and TypeMethodDescriptionFMIndex.getProteinMapping(Tag tag, SequenceMatchingParameters sequenceMatchingPreferences) FMIndex.getProteinMappingWithoutVariants(Tag tag, SequenceMatchingParameters sequenceMatchingPreferences, int indexPart) Mapping tags against proteome without variants.FMIndex.getProteinMappingWithVariants(Tag tag, SequenceMatchingParameters sequenceMatchingPreferences, int indexPart) Mapping tags against proteome with variants. -
Uses of Tag in com.compomics.util.experiment.identification.spectrum_annotation.spectrum_annotators
Methods in com.compomics.util.experiment.identification.spectrum_annotation.spectrum_annotators that return TagMethods in com.compomics.util.experiment.identification.spectrum_annotation.spectrum_annotators with parameters of type TagModifier and TypeMethodDescriptionstatic NeutralLossesMapTagSpectrumAnnotator.getDefaultLosses(Tag tag, ModificationParameters modificationParameters, SequenceMatchingParameters modificationsSequenceMatchingParameters) Returns the possible neutral losses expected by default for a given tag.IonMatch[]TagSpectrumAnnotator.getSpectrumAnnotation(AnnotationParameters annotationSettings, ModificationParameters modificationParameters, SequenceMatchingParameters modificationsSequenceMatchingParameters, SpecificAnnotationParameters specificAnnotationSettings, String spectrumFile, String spectrumTitle, Spectrum spectrum, Tag tag) Returns the spectrum annotations of a spectrum in a list of IonMatches using an intensity filter.IonMatch[]TagSpectrumAnnotator.getSpectrumAnnotation(AnnotationParameters annotationSettings, ModificationParameters modificationParameters, SequenceMatchingParameters modificationsSequenceMatchingParameters, SpecificAnnotationParameters specificAnnotationSettings, String spectrumFile, String spectrumTitle, Spectrum spectrum, Tag tag, boolean useIntensityFilter) Returns the spectrum annotations of a spectrum in a list of IonMatches.voidTagSpectrumAnnotator.setTag(Tag newTag, ModificationParameters modificationParameters, SequenceMatchingParameters modificationsSequenceMatchingParameters, int precursorCharge) Sets a new tag to match. -
Uses of Tag in com.compomics.util.experiment.identification.spectrum_assumptions
Methods in com.compomics.util.experiment.identification.spectrum_assumptions that return TagMethods in com.compomics.util.experiment.identification.spectrum_assumptions with parameters of type TagConstructors in com.compomics.util.experiment.identification.spectrum_assumptions with parameters of type TagModifierConstructorDescriptionTagAssumption(int advocate, int rank, Tag tag, int identificationCharge, double rawScore, double score) Constructor.Note: if PsmScores.scoreRoundingDecimal is not null the scored will be floored accordingly. -
Uses of Tag in com.compomics.util.experiment.identification.utils
Methods in com.compomics.util.experiment.identification.utils with parameters of type TagModifier and TypeMethodDescriptionModificationUtils.getAllModifications(Tag tag, ModificationParameters modificationParameters, SequenceMatchingParameters sequenceMatchingParameters) Returns a set of the names of all modifications found on a tag. -
Uses of Tag in com.compomics.util.gui.spectrum
Methods in com.compomics.util.gui.spectrum with parameters of type TagModifier and TypeMethodDescriptionvoidSpectrumPanel.addAutomaticDeNovoSequencing(Tag tag, IonMatch[] annotations, int aForwardIon, int aRewindIon, int aDeNovoCharge, boolean showForwardTags, boolean showRewindTags, boolean mirrored) Add reference areas annotating the de novo tags, using default percent height of 0.9 for the forward ions and 1.0 for the reverse ions default alpha levels of 0.2.voidSpectrumPanel.addAutomaticDeNovoSequencing(Tag tag, IonMatch[] annotations, int aForwardIon, int aRewindIon, int aDeNovoCharge, boolean showForwardTags, boolean showRewindTags, double forwardIonPercentHeight, double rewindIonPercentHeight, boolean mirrored) Add reference areas annotating the de novo tags, using default alpha levels of 0.2.voidSpectrumPanel.addAutomaticDeNovoSequencing(Tag tag, IonMatch[] annotations, int aForwardIon, int aRewindIon, int aDeNovoCharge, boolean showForwardTags, boolean showReverseTags, double forwardIonPercentHeight, double rewindIonPercentHeight, float forwardIonAlphaLevel, float rewindIonAlphaLevel, ArrayList<float[]> alphaLevels, boolean excludeFixedModifications, boolean mirrored) Add reference areas annotating the de novo tags.voidSpectrumPanel.addAutomaticDeNovoSequencing(Tag tag, IonMatch[] annotations, int aForwardIon, int aRewindIon, int aDeNovoCharge, boolean showForwardTags, boolean showRewindTags, double forwardIonPercentHeight, double rewindIonPercentHeight, ArrayList<float[]> alphaLevels, boolean excludeFixedModifications, boolean mirrored) Add reference areas annotating the de novo tags, using default alpha levels of 0.2.