Package org.snpeff.interval.codonChange
Class CodonChangeDel
java.lang.Object
org.snpeff.interval.codonChange.CodonChange
org.snpeff.interval.codonChange.CodonChangeStructural
org.snpeff.interval.codonChange.CodonChangeDel
Calculate codon changes produced by a deletion
- Author:
- pcingola
-
Field Summary
Fields inherited from class org.snpeff.interval.codonChange.CodonChangeStructural
cdsAlt, cdsRef, coding, debug, exonFull, exonPartialFields inherited from class org.snpeff.interval.codonChange.CodonChange
CODON_SIZE, showCodonChange -
Constructor Summary
ConstructorsConstructorDescriptionCodonChangeDel(Variant variant, Transcript transcript, VariantEffects variantEffects) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancodonChange(Exon exon) Analyze deletions in this transcript.protected StringGet alternative codonsprotected StringGet original codons in CDSprotected voidprotected voidexons()Deletion analysis using full transcript information.protected voidVariant affect one or more coding exonsprotected voidVariant affect one or more non-coding exonsprotected voidintron()Variant affect one intronMethods inherited from class org.snpeff.interval.codonChange.CodonChangeStructural
cdsDiff, codonChange, codonChangeSuper, codonsRefAlt, countAffectedExonsMethods inherited from class org.snpeff.interval.codonChange.CodonChange
additionalEffect, cdsBaseNumber, codonsRef, effect, effectNoCodon, effectNoCodon, factory, intersectsExons, netCdsChange, toString
-
Constructor Details
-
CodonChangeDel
-
-
Method Details
-
codonChange
Analyze deletions in this transcript.- Overrides:
codonChangein classCodonChange
-
codonsAlt
Get alternative codons- Overrides:
codonsAltin classCodonChange
-
codonsRef
Get original codons in CDS- Overrides:
codonsRefin classCodonChange
-
effectTranscript
protected void effectTranscript()- Specified by:
effectTranscriptin classCodonChangeStructural
-
exons
protected void exons()Deletion analysis using full transcript information. This is done only when the variant affects more than one exons.- Specified by:
exonsin classCodonChangeStructural
-
exonsCoding
protected void exonsCoding()Description copied from class:CodonChangeStructuralVariant affect one or more coding exons- Specified by:
exonsCodingin classCodonChangeStructural
-
exonsNoncoding
protected void exonsNoncoding()Description copied from class:CodonChangeStructuralVariant affect one or more non-coding exons- Specified by:
exonsNoncodingin classCodonChangeStructural
-
intron
protected void intron()Description copied from class:CodonChangeStructuralVariant affect one intron- Specified by:
intronin classCodonChangeStructural
-