Description Usage Arguments Value Examples
A function that load gmt file into R
1 | load_AUCell_genesets(path, ignore_cols = 1)
|
path |
A gmt file contains all the pathway score information |
ignore_cols |
depends on the format of gmt file exclude the headers |
Returns an list contain name of the pathway and its corresponding genes that enriched in that gene set
1 2 3 | hallmarks = load_AUCell_genesets("h.all.v7.4.symbols.gmt", ignore_cols=2)
# Access hallmarks
hallmarks
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.