Class ProteinInteractionLocus

java.lang.Object
org.snpeff.interval.Interval
org.snpeff.interval.Marker
org.snpeff.interval.ProteinInteractionLocus
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Interval>, TxtSerializable
Direct Known Subclasses:
ProteinProteinInteractionLocus, ProteinStructuralInteractionLocus

public abstract class ProteinInteractionLocus extends Marker
Protein interaction: An amino acid that is "in contact" with another amino acid. This can be either within the same protein or interacting with another protein. Evidence form PDB crystallized structures
Author:
pablocingolani
See Also:
  • Field Details

  • Constructor Details

    • ProteinInteractionLocus

      public ProteinInteractionLocus()
    • ProteinInteractionLocus

      public ProteinInteractionLocus(Transcript parent, int start, int end, String id)
  • Method Details