Uses of Class
org.snpeff.geneSets.Result
-
Packages that use Result Package Description org.snpeff.geneSets org.snpeff.geneSets.algorithm -
-
Uses of Result in org.snpeff.geneSets
Methods in org.snpeff.geneSets with parameters of type Result Modifier and Type Method Description intResult. compareTo(Result res)Constructors in org.snpeff.geneSets with parameters of type Result Constructor Description Result(Result res) -
Uses of Result in org.snpeff.geneSets.algorithm
Methods in org.snpeff.geneSets.algorithm that return Result Modifier and Type Method Description protected 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)ResultEnrichmentAlgorithm. select()Select the 'best' gene setsResultEnrichmentAlgorithmGreedy. select()Select the 'best' gene setsMethods in org.snpeff.geneSets.algorithm with parameters of type Result Modifier and Type Method Description protected 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 booleanEnrichmentAlgorithm. isShow(Result result)Showld we show this result or should the output be filtered?protected booleanEnrichmentAlgorithmGreedy. stopCriteria(Result result)Stop criteriaprotected booleanRankSumPValueGreedyAlgorithm. stopCriteria(Result result)Stop criteria
-