Package org.snpeff.geneSets.algorithm
Class EnrichmentAlgorithm
java.lang.Object
org.snpeff.geneSets.algorithm.EnrichmentAlgorithm
- Direct Known Subclasses:
EnrichmentAlgorithmGreedy,FisherPValueAlgorithm,NoneAlgorithm,RankSumPValueAlgorithm
A generic enrichment algorithm for selecting gene-sets from a collection of gene-sets
- Author:
- pcingola
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleprotected booleanShowld we show this result or should the output be filtered?protected voidselect()Select the 'best' gene setsvoidsetDebug(boolean debug) voidsetFilterOutputGeneSets(Set<String> filterOutputGeneSets) voidsetHtmlTable(boolean htmlTable) voidsetMaxGeneSetSize(int maxGeneSetSize) voidsetMaxPValue(double maxPValue) voidsetMaxPvalueAdjusted(double maxPvalueAdjusted) voidsetMinGeneSetSize(int minGeneSetSize) voidsetVerbose(boolean verbose)
-
Field Details
-
HTML_TD_GENES_MAX_LEN
public static final int HTML_TD_GENES_MAX_LEN- See Also:
-
HTML_BG_COLOR
-
HTML_BG_COLOR_TITLE
- See Also:
-
PRINT_SOMETHING_TIME
public static long PRINT_SOMETHING_TIME
-
-
Constructor Details
-
EnrichmentAlgorithm
-
-
Method Details
-
getMaxPvalueAdjusted
public double getMaxPvalueAdjusted() -
getOutput
-
isShow
Showld we show this result or should the output be filtered?- Parameters:
result-- Returns:
-
print
-
select
Select the 'best' gene sets- Returns:
-
setDebug
public void setDebug(boolean debug) -
setFilterOutputGeneSets
-
setHtmlTable
public void setHtmlTable(boolean htmlTable) -
setMaxGeneSetSize
public void setMaxGeneSetSize(int maxGeneSetSize) -
setMaxPValue
public void setMaxPValue(double maxPValue) -
setMaxPvalueAdjusted
public void setMaxPvalueAdjusted(double maxPvalueAdjusted) -
setMinGeneSetSize
public void setMinGeneSetSize(int minGeneSetSize) -
setVerbose
public void setVerbose(boolean verbose)
-