read_gsea | R Documentation |
Reads both positive and negative enrichment results from Broad's GSEA into a single table
read_gsea(gsea_dir, FDR = 0.1)
read_gsea_file(gsea_file)
gsea_dir |
Path to GSEA output files |
FDR |
FDR cutoff, default 0.1 |
gsea_file |
GSEA output file |
A tibble
read_gsea_file()
: Read a single GSEA output file
Chris Stubben
## Not run:
x <- read_gsea("~/gsea_home/output/dec15/my_analysis.GseaPreranked.1513361740375")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.