Class TestCasesIntStats
- java.lang.Object
-
- org.snpeff.snpEffect.testCases.unity.TestCasesBase
-
- org.snpeff.snpEffect.testCases.unity.TestCasesIntStats
-
public class TestCasesIntStats extends TestCasesBase
-
-
Field Summary
Fields Modifier and Type Field Description static double
EPSILON
-
Fields inherited from class org.snpeff.snpEffect.testCases.unity.TestCasesBase
addUtrs, BASE_DIR, chromoBases, chromoSequence, chromosome, codonTable, config, debug, gene, genome, genomeName, maxExons, maxGeneLen, maxTranscripts, minExons, numGenes, onlyMinusStrand, onlyPlusStrand, prefixes, rand, randSeed, shiftHgvs, snpEffectPredictor, spliceRegionExonSize, spliceRegionIntronMax, spliceRegionIntronMin, testType, transcript, verbose
-
-
Constructor Summary
Constructors Constructor Description TestCasesIntStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initRand()
void
test_01()
Calculate statistics, compare results with other programs' results-
Methods inherited from class org.snpeff.snpEffect.testCases.unity.TestCasesBase
after, before, checkApply, checkApplyDel, checkApplyIns, checkApplyMixed, checkApplyMnp, checkApplySnp, checkEffect, checkEffect, formatVersion, hasEffect, init, initSnpEffPredictor, initSnpEffPredictor, path, pathClassName, prependSequenceToFirstExon
-
-
-
-
Method Detail
-
initRand
protected void initRand()
- Overrides:
initRand
in classTestCasesBase
-
test_01
@Test public void test_01()
Calculate statistics, compare results with other programs' results
-
-