filterEnrichrResults | R Documentation |
Filters the results returned by Enrichr. Libraries that fail to yield any significant results are removed. However, libraries that contain significant results, retain all records whether significant or not)
filterEnrichrResults(
resList,
maxP = 1,
maxPAdj = 1,
maxZ = 0,
minCombinedScore = 0,
minOverlapGenes = 3,
softFilter = F,
maxResult = NA
)
resList |
list of results, i.e. |
maxP |
p-value threshold (maximum) |
maxPAdj |
adjusted p-value threshold (maximum) |
maxZ |
z-value threshold (maximum) |
minCombinedScore |
combined score threshold (minimum) |
minOverlapGenes |
minimum number of genes in the overlap |
softFilter |
select libraries with at least one significant result but report all results |
maxResult |
maximum number of results to return |
list
that contains the results for libraries with at least one significant gene
that satisfies the criteria.
Rehrauer, Hubert
Schmid, Peter
Roman Briskine
runEnrichr, enrichrEnrich
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.