Class ProteinStructuralInteractionLocus

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<Interval>, TxtSerializable

    public class ProteinStructuralInteractionLocus
    extends ProteinInteractionLocus
    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:
    Serialized Form
    • Constructor Detail

      • ProteinStructuralInteractionLocus

        public ProteinStructuralInteractionLocus()
      • ProteinStructuralInteractionLocus

        public ProteinStructuralInteractionLocus​(Transcript parent,
                                                 int start,
                                                 int end,
                                                 java.lang.String id)