Class TestCasesDnaSequence
- java.lang.Object
-
- org.snpeff.snpEffect.testCases.unity.TestCasesDnaSequence
-
public class TestCasesDnaSequence extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static booleanverbose
-
Constructor Summary
Constructors Constructor Description TestCasesDnaSequence()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrandDnaSeqGetBasesTest(int numTests, int numTestsPerSeq, int lenMask, long seed)Create random sequences and store them in a DnaSequence.voidrandDnaSeqGetBaseTest(int numTests, int numTestsPerSeq, int lenMask, long seed)Create random sequences and store them in a DnaSequence.voidrandDnaSeqTest(int numTests, int lenMask, long seed)Create random sequences and compare to storing them in a DnaSequencevoidrandReplaceBaseTest(int numTests, int numTestsPerSeq, int lenMask, long seed)Create random sequences and store them in a DnaSequence.voidrandTestQual(int numTests, int lenMask, long seed)Create random sequences (and qualities) and compare to storing them in a DnaAndQualityvoidtest_01_short()voidtest_01_short_getBase()voidtest_01_short_getBases()voidtest_01_short_replaceBase()voidtest_02_long()voidtest_02_long_getBase()voidtest_02_long_getBases()voidtest_02_long_replaceBase()voidtest_04_Pe()voidtest_05_fastqReader()voidtest_05_quality_short()voidtest_06_quality_long()
-
-
-
Method Detail
-
randDnaSeqGetBasesTest
public void randDnaSeqGetBasesTest(int numTests, int numTestsPerSeq, int lenMask, long seed)Create random sequences and store them in a DnaSequence. Compare getting a few random bases from the original and DnaSequence sequences.- Parameters:
numTests-lenMask-seed-
-
randDnaSeqGetBaseTest
public void randDnaSeqGetBaseTest(int numTests, int numTestsPerSeq, int lenMask, long seed)Create random sequences and store them in a DnaSequence. Compare getting a single random base from the original and DnaSequence sequences.- Parameters:
numTests-lenMask-seed-
-
randDnaSeqTest
public void randDnaSeqTest(int numTests, int lenMask, long seed)Create random sequences and compare to storing them in a DnaSequence- Parameters:
numTests-lenMask-seed-
-
randReplaceBaseTest
public void randReplaceBaseTest(int numTests, int numTestsPerSeq, int lenMask, long seed)Create random sequences and store them in a DnaSequence. Compare after replacing random bases from the original and DnaSequence sequences.- Parameters:
numTests-lenMask-seed-
-
randTestQual
public void randTestQual(int numTests, int lenMask, long seed)Create random sequences (and qualities) and compare to storing them in a DnaAndQuality- Parameters:
numTests-lenMask-seed-
-
test_01_short
public void test_01_short()
-
test_01_short_getBase
public void test_01_short_getBase()
-
test_01_short_getBases
public void test_01_short_getBases()
-
test_01_short_replaceBase
public void test_01_short_replaceBase()
-
test_02_long
public void test_02_long()
-
test_02_long_getBase
public void test_02_long_getBase()
-
test_02_long_getBases
public void test_02_long_getBases()
-
test_02_long_replaceBase
public void test_02_long_replaceBase()
-
test_04_Pe
public void test_04_Pe()
-
test_05_fastqReader
public void test_05_fastqReader()
-
test_05_quality_short
public void test_05_quality_short()
-
test_06_quality_long
public void test_06_quality_long()
-
-