Description Usage Arguments Details Value References See Also Examples
View source: R/readPathwayGMT.R
Reads a WikiPathways GMT file to produce a data frame of pathway-gene associations useful in enrichment analyses and other applications.
1 |
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
1 | 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.