CombineResults - For all cell types merge the gsea leading edge genes with their contrast model coefficieint and p value from limma / dream
Source:R/enrichment_analysis.r
CombineResults.Rd
CombineResults - For all cell types merge the gsea leading edge genes with their contrast model coefficieint and p value from limma / dream
Arguments
- 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)