Class CompareEffects
java.lang.Object
org.snpeff.snpEffect.testCases.integration.CompareEffects
Compare effects in tests cases
- Author:
- pcingola
-
Constructor Summary
ConstructorsConstructorDescriptionCompareEffects(String genomeName, long randSeed, boolean verbose) CompareEffects(SnpEffectPredictor snpEffectPredictor, long randSeed, boolean verbose) -
Method Summary
Modifier and TypeMethodDescriptionvoidparseSnpEffectFile(String variantFile) Parse a variant file and return a listvoidsetUseAaNoNum(boolean useAaNoNum) voidRead snps from a file and compare them to 'out' SnpEffect predictor.voidCalculate snp effect for a list of snpsvoidsnpEffectNegate(String snpEffFile, String transcriptId, boolean useShort)
-
Constructor Details
-
CompareEffects
-
CompareEffects
-
-
Method Details
-
getConfig
-
initSnpEffPredictor
public void initSnpEffPredictor() -
parseSnpEffectFile
Parse a variant file and return a list -
setUseAaNoNum
public void setUseAaNoNum(boolean useAaNoNum) -
snpEffect
public void snpEffect(List<Variant> variantList, String transcriptId, boolean useShort, boolean negate) Calculate snp effect for a list of snps -
snpEffect
Read snps from a file and compare them to 'out' SnpEffect predictor. Make sure at least one effect matched the 'id' in the input TXT file -
snpEffectNegate
-