Run pairwise GSEA
1 2 3 4 5 6 7 8 9 10 | run_GSEA_pairwise(
markers,
organism_db,
save_path,
group1 = NULL,
group2 = NULL,
group1_col = "group",
group2_col = "compare_group",
...
)
|
markers |
a dataframe generated from |
organism_db |
a gene database |
group1 |
the cell types in group1. Upregulation of genes in this group will be reflected as positive enrichment. |
group2 |
the cell types in group2. Upregulation here= negative enrichment |
... |
other arguments for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.