| gsea_squared | R Documentation | 
Input: excel file paths for GSEA output, pos and neg enrichment Input: keyword groups to search Output: graph and pvals
gsea_squared(
  file1,
  file2,
  keywords,
  keyword.labels = keywords,
  keyword_plot_method = 2,
  get.keywords = F,
  dir = getwd(),
  title = ""
)
| file1,file2 | Paths to GSEA excel file outputs | 
| keywords | Keyword groups to evaluate and plot (eg. c("CELL_CYLE", "INFLAMMATORY|IMMUNE")) | 
| keyword.labels | Labels for keyword groups, in the same order (eg. c("cycle", "immune")) | 
| keyword_plot_method | 1 = contains, 2 = words start with, 3 = whole word currently only applies to plotting, get.keywords (below) currently only uses whole words | 
| get.keywords | perform ks tests on individual words to get candidate keywords | 
| dir | set output directory | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.