readGMTnames | R Documentation |
Reads any generic GMT file to produce a data frame of term-name associations useful in enrichment analyses and other applications.
readGMTnames(file)
file |
Path to GMT file |
The returned data frame includes only terms and names. If you want another data frame with terms and genes, then see readGMT.
Data frame of term-namee associations
readGMT
#readGMTnames(system.file("extdata","my_gmt_file.gmt", package="rWikiPathways"))
#readGMTnames("path_to_your_gmt_file.gmt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.