View source: R/enrichment_analysis.r
RbindGseaResultList | R Documentation |
RbindGseaResultList - prepare gsea result list for visualization funcitons GseaBubblePlot or GseaBarPlot; called by PlotFgseaList
RbindGseaResultList(
gsea_result_list,
NES_filter = -Inf,
padj_filter = NULL,
pval_filter = NULL
)
gsea_result_list |
result returned by RunFgseaOnRankList |
NES_filter |
filter out results below this NES |
padj_filter |
filter out results above this adjusted p threshold |
a dataframe of subsetted gsea results for all celltypes
## Not run:
d = scglmmr::RbindGseaResultList(gsea_result_list = gsea1,NES_filter = -Inf,padj_filter = 0.2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.