Description Usage Arguments Examples
This function takes a GMT gene set list (from "readGmt") as input, and outputs a list of gene sets, with names being the geneset.names, and values the corresponding genesets. Note this function also works on a GSA .gmt file object.
1 | processGMT(gene_sets, trim_snam = F)
|
gene_sets |
Name of geneset list that was created by "readGmt" |
trim_snam |
TRUE/FALSE if the geneset.names should be trimmed using "str_trim" from the "stringr" package. Defaults to FALSE. |
1 | jkr.symbol <- processGMT(jkr.list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.