Class ResidueAnnotation

java.lang.Object
eu.isas.peptideshaker.gui.protein_sequence.ResidueAnnotation

public class ResidueAnnotation extends Object
Annotation for a given protein residue.
Author:
Harald Barsnes
  • Field Details

    • annotation

      public final String annotation
      The residue annotation as a string.
    • identifier

      public final long identifier
      A unique (external) identifier for the annotation.
    • clickable

      public final boolean clickable
      If true the given annotation is clickable.
  • Constructor Details

    • ResidueAnnotation

      public ResidueAnnotation(String annotation, long identifier, boolean clickable)
      Create a new ResidueAnnotation object.
      Parameters:
      annotation - the residue annotation as a string
      identifier - a unique (external) identifier for the annotation
      clickable - if true the given annotation is clickable