Package org.snpeff.interval
Class Custom
java.lang.Object
org.snpeff.interval.Interval
org.snpeff.interval.Marker
org.snpeff.interval.Custom
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Interval>,Iterable<KeyValue<String,,String>> TxtSerializable
- Direct Known Subclasses:
GffMarker
This is a custom interval (i.e. intervals provided by the user)
- Author:
- pcingola
- See Also:
-
Field Summary
Fields inherited from class org.snpeff.interval.Interval
chromosomeNameOri, end, id, parent, start, strandMinus -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPerform a shallow clonegetLabel()doublegetScore()booleanDo we have additional annotations?iterator()voidvoidsetScore(double score) toString()booleanvariantEffect(Variant variant, VariantEffects changeEffecs) Calculate the effect of this variantMethods inherited from class org.snpeff.interval.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, union, variantEffectNonRefMethods inherited from class org.snpeff.interval.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, toStrPosMethods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Custom
public Custom() -
Custom
-
-
Method Details
-
cloneShallow
Description copied from class:MarkerPerform a shallow clone- Overrides:
cloneShallowin classMarker
-
getLabel
-
getScore
public double getScore() -
hasAnnotations
public boolean hasAnnotations()Do we have additional annotations? -
iterator
-
setLabel
-
setScore
public void setScore(double score) -
toString
-
variantEffect
Description copied from class:MarkerCalculate the effect of this variant- Overrides:
variantEffectin classMarker
-