readGMTnames: Read GMT File for Names

View source: R/readGMT.R

readGMTnamesR Documentation

Read GMT File for Names

Description

Reads any generic GMT file to produce a data frame of term-name associations useful in enrichment analyses and other applications.

Usage

readGMTnames(file)

Arguments

file

Path to GMT file

Details

The returned data frame includes only terms and names. If you want another data frame with terms and genes, then see readGMT.

Value

Data frame of term-namee associations

See Also

readGMT

Examples


#readGMTnames(system.file("extdata","my_gmt_file.gmt", package="rWikiPathways"))
#readGMTnames("path_to_your_gmt_file.gmt")


wikipathways/rWikiPathways documentation built on Jan. 10, 2024, 11:37 p.m.