Class TestCasesIntegrationCancer
java.lang.Object
org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationBase
org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationCancer
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
BASE_DIR, debug, ignoreErrors, prefixes, shiftHgvs, SHOW_EVERY, testsDir, testType, verbose -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtest_01()Test Somatic vs Germlinevoidtest_02()Test Somatic vs Germline (using TXT file)voidConcurrent modification issue on cancer samples (Intron.apply problem)voidtest_04()Test Somatic vs Germline: Check HGVS notation "c."voidtest_05()Cancer mutation is reversion to the REF basevoidtest_06()Cancer mutation is reversion to the REF basevoidCancer mutation is reversion to the REF base (pahsed VCF genotypes)voidtest_07()Cancer mutation is reversion to the REF basevoidCancer mutation is reversion to the REF baseMethods inherited from class org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationBase
applyTranscript, before, build, buildAndCompare, buildEmbl, buildGeneBank, buildGeneBank, buildGetBuildCmd, buildGff3AndCompare, buildGtfAndCompare, checkHgvs, checkNoChange, checkTranscriptError, compareHgvs, compareHgvs, compareVep, compareVepSO, init, loadSnpEffectPredictor, path, pathClassName, pathMigrate, showTranscripts, showTranscripts, snpEffect, snpEffect, snpEffectCancer
-
Constructor Details
-
TestCasesIntegrationCancer
public TestCasesIntegrationCancer()
-
-
Method Details
-
test_01
@Test public void test_01()Test Somatic vs Germline -
test_02
@Test public void test_02()Test Somatic vs Germline (using TXT file) -
test_03_cancer_concurrent_modification
@Test public void test_03_cancer_concurrent_modification()Concurrent modification issue on cancer samples (Intron.apply problem) -
test_04
@Test public void test_04()Test Somatic vs Germline: Check HGVS notation "c." -
test_05
@Test public void test_05()Cancer mutation is reversion to the REF base -
test_06
@Test public void test_06()Cancer mutation is reversion to the REF base -
test_06_phased
@Test public void test_06_phased()Cancer mutation is reversion to the REF base (pahsed VCF genotypes) -
test_07
@Test public void test_07()Cancer mutation is reversion to the REF base -
test_07_phase
@Test public void test_07_phase()Cancer mutation is reversion to the REF base
-