Class TestCasesIntegrationLof
- java.lang.Object
-
- org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationBase
-
- org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationLof
-
public class TestCasesIntegrationLof extends TestCasesIntegrationBase
Test Loss of Function prediction- Author:
- pcingola
-
-
Field Summary
Fields Modifier and Type Field Description static int
NUM_DEL_TEST
-
Fields inherited from class org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationBase
debug, ignoreErrors, shiftHgvs, SHOW_EVERY, testsDir, verbose
-
-
Constructor Summary
Constructors Constructor Description TestCasesIntegrationLof()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
after()
void
test_01()
void
test_02()
We should be able to annotate a BED file-
Methods inherited from class org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationBase
appyTranscript, build, buildAndCompare, buildEmbl, buildGeneBank, buildGff3AndCompare, buildGtfAndCompare, checkHgvs, checkNoChange, checkTranscriptError, compareHgvs, compareHgvs, compareVep, compareVepSO, init, loadSnpEffectPredictor, showTranscripts, showTranscripts, snpEffect, snpEffect, snpEffectCancer
-
-
-
-
Field Detail
-
NUM_DEL_TEST
public static final int NUM_DEL_TEST
- See Also:
- Constant Field Values
-
-