Description Usage Arguments Details Value Examples
View source: R/GSEA.Analyze.Sets.R
'GSEA.Analyze.Sets' returns leading edge plots and gcts extracted from a GSEA result folder
1 2 | GSEA.Analyze.Sets(directory = getwd(), topgs = 20, height = 16,
width = 16, gsea.type = "GSEA", doc.string = "gsea_result")
|
directory |
The directory containing GSEA result files |
topgs |
Number of gene sets from GSEA output used for leading edge analysis (default: 20) |
height |
height dimension for leading edge analysis plots |
width |
width dimension for leading edge analysis plots |
gsea.type |
the gsea run type (either 'GSEA' or 'preranked') |
doc.string |
the file prefixed in the original analysis (typically user defined) |
This function is designed to be invoked immediately after 'GSEA' to run leading edge analysis.
Leading edge analysis plots and GCT files containing the leading edge subsets for each class
1 | ## Not run: GSEA.Analyze.Sets(doc.string = "gsea_result")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.