Uses of Class
eu.isas.peptideshaker.gui.protein_sequence.ResidueAnnotation
Packages that use ResidueAnnotation
Package
Description
Protein sequence annotation.
Main GUI panels.
Various utilities classes.
-
Uses of ResidueAnnotation in eu.isas.peptideshaker.gui.protein_sequence
Method parameters in eu.isas.peptideshaker.gui.protein_sequence with type arguments of type ResidueAnnotationModifier and TypeMethodDescriptionvoidProteinSequencePanelParent.annotationClicked(ArrayList<ResidueAnnotation> allAnnotation, org.jfree.chart.ChartMouseEvent cme) org.jfree.chart.ChartPanelProteinSequencePanel.getSequencePlot(ProteinSequencePanelParent aProteinSequencePanelParent, no.uib.jsparklines.data.JSparklinesDataset sparklineDataset, HashMap<Integer, ArrayList<ResidueAnnotation>> proteinAnnotations, boolean addReferenceLine, boolean allowZooming) Returns a sequence plot as a ChartPanel.Constructor parameters in eu.isas.peptideshaker.gui.protein_sequence with type arguments of type ResidueAnnotationModifierConstructorDescriptionProteinAnnotations(HashMap<Integer, ArrayList<ResidueAnnotation>> proteinAnnotations) Create a new ProteinAnnotations object. -
Uses of ResidueAnnotation in eu.isas.peptideshaker.gui.tabpanels
Method parameters in eu.isas.peptideshaker.gui.tabpanels with type arguments of type ResidueAnnotationModifier and TypeMethodDescriptionvoidOverviewPanel.annotationClicked(ArrayList<ResidueAnnotation> allAnnotation, org.jfree.chart.ChartMouseEvent cme) voidProteinFractionsPanel.annotationClicked(ArrayList<ResidueAnnotation> allAnnotation, org.jfree.chart.ChartMouseEvent cme) -
Uses of ResidueAnnotation in eu.isas.peptideshaker.utils
Methods in eu.isas.peptideshaker.utils that return types with arguments of type ResidueAnnotationModifier and TypeMethodDescriptionDisplayFeaturesGenerator.getResidueAnnotation(long proteinMatchKey, com.compomics.util.parameters.identification.advanced.SequenceMatchingParameters sequenceMatchingPreferences, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, com.compomics.util.experiment.identification.peptide_shaker.Metrics metrics, com.compomics.util.experiment.identification.Identification identification, boolean allPeptides, com.compomics.util.parameters.identification.search.SearchParameters searchParameters, boolean enzymatic) Returns the residue annotation for a given protein in a map for enzymatic or not enzymatic peptides only.