Uses of Class
org.snpeff.geneSets.Result
Packages that use Result
-
Uses of Result in org.snpeff.geneSets
Classes in org.snpeff.geneSets that implement interfaces with type arguments of type ResultMethods in org.snpeff.geneSets with parameters of type ResultConstructors in org.snpeff.geneSets with parameters of type Result -
Uses of Result in org.snpeff.geneSets.algorithm
Methods in org.snpeff.geneSets.algorithm that return ResultModifier and TypeMethodDescriptionprotected ResultEnrichmentAlgorithmGreedy.greedyPvalue(Result prevResult) Calculate best list of terms by adding a new term to a list that minimize p-value (rank sum)protected ResultEnrichmentAlgorithmGreedy.greedyPvalue(Result prevResult, int minGeneSetSize, int maxGeneSetSize) Calculate best list of terms by adding a new term to a list that minimize p-value (rank sum) Only look for genesets within [minGeneSetSize, maxGeneSetSize] size rangeprotected ResultEnrichmentAlgorithmGreedyVariableSize.greedyPvalue(Result prevResult) Find best p-value using a greedy algorithm (smaller gene sets first)EnrichmentAlgorithm.select()Select the 'best' gene setsEnrichmentAlgorithmGreedy.select()Select the 'best' gene setsMethods in org.snpeff.geneSets.algorithm with parameters of type ResultModifier and TypeMethodDescriptionprotected ResultEnrichmentAlgorithmGreedy.greedyPvalue(Result prevResult) Calculate best list of terms by adding a new term to a list that minimize p-value (rank sum)protected ResultEnrichmentAlgorithmGreedy.greedyPvalue(Result prevResult, int minGeneSetSize, int maxGeneSetSize) Calculate best list of terms by adding a new term to a list that minimize p-value (rank sum) Only look for genesets within [minGeneSetSize, maxGeneSetSize] size rangeprotected ResultEnrichmentAlgorithmGreedyVariableSize.greedyPvalue(Result prevResult) Find best p-value using a greedy algorithm (smaller gene sets first)protected booleanShowld we show this result or should the output be filtered?protected booleanEnrichmentAlgorithmGreedy.stopCriteria(Result result) Stop criteriaprotected booleanRankSumPValueGreedyAlgorithm.stopCriteria(Result result) Stop criteria