View source: R/enrichment_analysis.r
CombineResults | R Documentation |
CombineResults - For all cell types merge the gsea leading edge genes with their contrast model coefficieint and p value from limma / dream
CombineResults(gsealist, contrastlist, gseafdr, gseap = NULL, genefdr = Inf)
gsealist |
list of results returned by 'RunFgseaOnRankList()' |
contrastlist |
list of results returned by 'scglmmr::ExtractResult()' or from older versions of scglmmr, the equivalent results from: 'GetContrastResults()' , 'GetContrastResultsRaw()' |
gseafdr |
the adjusted p value threshold to filter out results (gsea) |
gseap |
the p value threshold to filter out results (gsea); gseafdr must not be specified to use this option |
genefdr |
the adjusted p value threshold to filter out individual genes - by default all the leading edge genes are returned (recommended) |
a tidy dataframe
## Not run:
combined_results = CombineResults(gsealist = testgsea, contrastlist = testmod, gseafdr = 0.05,genefdr = 0.2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.