Class TestCasesIntegrationCancer
- java.lang.Object
-
- org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationBase
-
- org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationCancer
-
public class TestCasesIntegrationCancer extends TestCasesIntegrationBase
Test cases for cancer effect (difference betwee somatic an germline tissue)- Author:
- pcingola
-
-
Field Summary
-
Fields inherited from class org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationBase
debug, ignoreErrors, shiftHgvs, SHOW_EVERY, testsDir, verbose
-
-
Constructor Summary
Constructors Constructor Description TestCasesIntegrationCancer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
test_01()
Test Somatic vs Germlinevoid
test_02()
Test Somatic vs Germline (using TXT file)void
test_03_cancer_concurrent_modification()
Concurrent modification issue on cancer samples (Intron.apply problem)void
test_04()
Test Somatic vs Germline: Check HGVS notation "c."void
test_05()
Cancer mutation is reversion to the REF base-
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
-
-
-
-
Method Detail
-
test_01
public void test_01()
Test Somatic vs Germline
-
test_02
public void test_02()
Test Somatic vs Germline (using TXT file)
-
test_03_cancer_concurrent_modification
public void test_03_cancer_concurrent_modification()
Concurrent modification issue on cancer samples (Intron.apply problem)
-
test_04
public void test_04()
Test Somatic vs Germline: Check HGVS notation "c."
-
test_05
public void test_05()
Cancer mutation is reversion to the REF base
-
-