read_gmt: Read gmt gene sets file

View source: R/utils.R

read_gmtR Documentation

Read gmt gene sets file

Description

Read gmt gene sets file

Usage

read_gmt(x, from = NULL, to = NULL, orgdb = NULL)

Arguments

x

The file name of a .gmt file.

from

Gene ID type in the original gmt file. Value can only take values in 'ENTREZ/SYMBOL/ENSEMBL/REFSEQ'.

to

Gene ID type that you want to convert to. Value can only take values in 'ENTREZ/SYMBOL/ENSEMBL/REFSEQ'.

orgdb

The name of an OrgDb database.

Value

A named list of vectors.

Examples

read_gmt(url("http://dsigdb.tanlab.org/Downloads/D2_LINCS.gmt"))

jokergoo/rGREAT documentation built on March 28, 2024, 5:31 a.m.