View source: R/readPathwayGMT.R
readPathwayGMT | R Documentation |
Reads a WikiPathways GMT file to produce a data frame of pathway-gene associations useful in enrichment analyses and other applications.
readPathwayGMT(file)
file |
Path to GMT file |
The returned data frame includes pathway name, version, identifier,
and organism. The gene content is provided as NCBI Entrez Gene identifiers.
The input file can be retrieved by using
downloadPathwayArchive(organism="Homo sapiens",format="gmt")
.
Data frame of pathway-gene associations
Adapted from the generic GMT reader provided by clusterProfiler, https://github.com/YuLab-SMU/clusterProfiler/blob/master/R/GMT.R
downloadPathwayArchive
#readPathwayGMT(system.file("extdata",
# "wikipathways-20201010-gmt-Homo_sapiens.gmt", package="rWikiPathways"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.