Uses of Class
org.snpeff.snpEffect.VariantEffect
Packages that use VariantEffect
Package
Description
-
Uses of VariantEffect in org.snpeff.filter
Methods in org.snpeff.filter with parameters of type VariantEffectModifier and TypeMethodDescriptionboolean
VariantEffectFilter.filter
(VariantEffect variantEffect) Filter a sequence change -
Uses of VariantEffect in org.snpeff.interval
Methods in org.snpeff.interval with parameters of type VariantEffectModifier and TypeMethodDescriptionMarker.idChain
(String separatorBetween, String separatorWithin, boolean useGeneId, VariantEffect varEff) A list of all IDs and parent IDs until chromosome -
Uses of VariantEffect in org.snpeff.interval.codonChange
Methods in org.snpeff.interval.codonChange that return VariantEffectModifier and TypeMethodDescriptionprotected VariantEffect
CodonChange.effect
(Marker marker, EffectType effectType, boolean allowReplace) Calculate variant effectprotected VariantEffect
CodonChange.effectNoCodon
(Marker marker, EffectType effectType) protected VariantEffect
CodonChange.effectNoCodon
(Marker marker, EffectType effectType, VariantEffect.EffectImpact effectImpact) -
Uses of VariantEffect in org.snpeff.outputFormatter
Methods in org.snpeff.outputFormatter with parameters of type VariantEffectModifier and TypeMethodDescriptionvoid
OutputFormatter.add
(VariantEffect variantEffect) Add effects to list -
Uses of VariantEffect in org.snpeff.snpEffect
Subclasses of VariantEffect in org.snpeff.snpEffectModifier and TypeClassDescriptionclass
Effect of a structural variant (fusion) affecting two genesclass
Effect of a structural variant affecting multiple genesFields in org.snpeff.snpEffect declared as VariantEffectMethods in org.snpeff.snpEffect that return VariantEffectModifier and TypeMethodDescriptionVariantEffect.clone()
VariantEffects.get()
Get (or create) the latest ChangeEffectVariantEffects.get
(int index) Methods in org.snpeff.snpEffect that return types with arguments of type VariantEffectModifier and TypeMethodDescriptionVariantEffectStructural.fusions()
Is there another 'fusion' effect?VariantEffects.iterator()
Methods in org.snpeff.snpEffect with parameters of type VariantEffectModifier and TypeMethodDescriptionvoid
VariantEffects.add
(VariantEffect variantEffect) Add an effectint
VariantEffect.compareTo
(VariantEffect varEffOther) protected boolean
LossOfFunction.isLof
(VariantEffect variantEffect) Is this single change a LOF? Criteria: 1) Core splice sites acceptors or donors (only CORE ones) 2) Stop gained (if this happens at the last part of the protein, we assume it has no effect) 3) Frame shiftsprotected boolean
LossOfFunction.isLofDeletion
(VariantEffect variantEffect) Is this deletion a LOF? Criteria: 1) First (coding) exon deleted 2) More than 50% of coding sequence deletedprotected boolean
LossOfFunction.isNmd
(VariantEffect variantEffect) Is this single change a LOF? Criteria: 1) Core splice sites acceptors or donors (only CORE ones) 2) Stop gained (if this happens at the last part of the protein, we assume it has no effect) 3) Frame shiftsConstructors in org.snpeff.snpEffect with parameters of type VariantEffectModifierConstructorDescriptionHgvs
(VariantEffect variantEffect) HgvsDna
(VariantEffect variantEffect) HgvsProtein
(VariantEffect variantEffect) Constructor parameters in org.snpeff.snpEffect with type arguments of type VariantEffectModifierConstructorDescriptionLossOfFunction
(Config config, Collection<VariantEffect> variantEffects) -
Uses of VariantEffect in org.snpeff.stats
Methods in org.snpeff.stats with parameters of type VariantEffectModifier and TypeMethodDescriptionvoid
GeneCountByTypeTable.sample
(Gene gene, Transcript tr, String type, VariantEffect variantEffect) Sample this <gene, marker, type, variant> tuple to update statisticsvoid
VariantEffectStats.sample
(VariantEffect variantEffect) -
Uses of VariantEffect in org.snpeff.vcf
Constructors in org.snpeff.vcf with parameters of type VariantEffectModifierConstructorDescriptionVcfEffect
(VariantEffect variantEffect, EffFormatVersion formatVersion) VcfEffect
(VariantEffect variantEffect, EffFormatVersion formatVersion, boolean useSequenceOntology, boolean useFirstEffect)