Package org.snpeff.stats
Class VariantEffectStats
java.lang.Object
org.snpeff.stats.VariantEffectStats
- All Implemented Interfaces:
SamplingStats<VariantEffect>
Variants effect statistics
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAaChangeColor(String oldAa, String newAa) Background color used for AA change tablelonggetAaChangeCount(String oldAa, String newAa) How many changes from oldAa to newAa do we have?Get list of all amino acisd involvedgetCodonChangeColor(String oldCodon, String newCodon) longgetCodonChangeCount(String oldCodon, String newCodon) How many changes from oldCodo to newCodon do we have?Get a list of all codons involvedintintBarplot of different gene regionsdoublebooleanhasData()Does this statistic have any data?voidsample(VariantEffect variantEffect) Analyze one samplevoidsetUseSequenceOntology(boolean useSequenceOntology)
-
Field Details
-
CHANGE_SEPARATOR
- See Also:
-
-
Constructor Details
-
VariantEffectStats
-
-
Method Details
-
getAaChangeColor
Background color used for AA change table -
getAaChangeCount
How many changes from oldAa to newAa do we have? -
getAaList
Get list of all amino acisd involved -
getCodonChangeColor
-
getCodonChangeCount
How many changes from oldCodo to newCodon do we have? -
getCodonList
Get a list of all codons involved -
getCountByEffect
-
getCountByFunctionalClass
-
getCountByGeneRegion
-
getCountByImpact
-
getCountErrors
public int getCountErrors() -
getCountWarnings
public int getCountWarnings() -
getGeneCountByEffectTable
-
getGeneCountByImpactTable
-
getGeneCountByRegionTable
-
getPlotGene
Barplot of different gene regions -
getSilentRatio
public double getSilentRatio() -
hasData
public boolean hasData()Description copied from interface:SamplingStatsDoes this statistic have any data?- Specified by:
hasDatain interfaceSamplingStats<VariantEffect>- Returns:
-
sample
Description copied from interface:SamplingStatsAnalyze one sample- Specified by:
samplein interfaceSamplingStats<VariantEffect>
-
setUseSequenceOntology
public void setUseSequenceOntology(boolean useSequenceOntology)
-