Description Usage Arguments Details Value Examples
View source: R/read_GMT_file.R
This functions reads a (tab-delimited) GMT file which contains the gene set name in the first column, the gene set description in the second column, and the gene names in the following columns.
1  | 
file | 
 Path to GMT file.  | 
Read GMT file.
Returns an object in the same format as from the GSA.read.gmt function (GSA package) with gene sets, gene set names, and gene set descriptions stored in lists.
1 2 3  | my_gmt <- read_GMT_file(
  file = 'path/to/my/gene_sets.gmt'
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.