Class ProteinStructuralInteractionLocus
java.lang.Object
org.snpeff.interval.Interval
org.snpeff.interval.Marker
org.snpeff.interval.ProteinInteractionLocus
org.snpeff.interval.ProteinStructuralInteractionLocus
- All Implemented Interfaces:
Serializable, Cloneable, Comparable<Interval>, TxtSerializable
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 Summary
Fields inherited from class ProteinInteractionLocus
debugFields inherited from class Interval
chromosomeNameOri, end, id, parent, start, strandMinus -
Constructor Summary
ConstructorsConstructorDescriptionProteinStructuralInteractionLocus(Transcript parent, int start, int end, String id) -
Method Summary
Methods inherited from class ProteinInteractionLocus
cloneShallow, factory, variantEffectMethods inherited from class Marker
adjust, apply, applyDel, applyDup, applyIns, applyMixed, clone, codonTable, compareTo, compareToPos, distance, distanceBases, getParent, getType, idChain, idChain, idChain, includes, intersect, isAdjustIfParentDoesNotInclude, isDeferredAnalysis, isShowWarningIfParentDoesNotInclude, minus, query, query, readTxt, serializeParse, serializeSave, shouldApply, toString, union, variantEffectNonRefMethods inherited from class Interval
equals, findParent, getChromosome, getChromosomeName, getChromosomeNameOri, getChromosomeNum, getEnd, getGenome, getGenomeName, getId, getStart, getStrand, hashCode, intersects, intersects, intersects, intersects, intersectSize, isCircular, isSameChromo, isStrandMinus, isStrandPlus, isValid, setChromosomeNameOri, setEnd, setId, setParent, setStart, setStrandMinus, shiftCoordinates, size, toStr, toStringAsciiArt, toStrPos
-
Constructor Details
-
ProteinStructuralInteractionLocus
public ProteinStructuralInteractionLocus() -
ProteinStructuralInteractionLocus
-