View source: R/Perform_Pathway_Analysis_Escape_SSGSEA.R
Perform_Pathway_Analysis_Escape_SSGSEA | R Documentation |
This function allows you to perform differential gene analysis.
Perform_Pathway_Analysis_Escape_SSGSEA( Temp.object, saveDIR, SuffixName = "Pathway_FGSEA", msigdbrCategoryList = "H", SubmsigdbrCategorySubset = "", minSizeGeneSet = 5, topnumber = 10, PDFheight = 10, PDFwidth = 12 )
Temp.object |
A list of Seurat objects between which to find anchors for downstream integration. |
saveDIR |
Path to save generated data. |
SuffixName |
Suffix. to be added in the directory name as |
msigdbrCategoryList |
Msigdb Category List. H, C1:C8. https://www.gsea-msigdb.org/gsea/msigdb/ |
SubmsigdbrCategorySubset |
SubCategoryUse list based on MsigDB selected |
minSizeGeneSet |
minimum Size of GeneSet for filtering |
topnumber |
Max #pathways to be plotted per group |
PDFheight |
PDFheight |
PDFwidth |
PDFwidth |
Perform_Pathway_Analysis_Escape_SSGSEA()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.