Learn R Programming

paxtoolsr (version 1.6.3)

readGmt: Read in gene sets from GMT files

Description

This function will read in gene sets in the GMT format into a named list.

Usage

readGmt(inputFile)

Arguments

inputFile
an inputFile

Value

  • a named list where each entry corresponds to a gene set

concept

paxtoolsr

Examples

Run this code
results <- readGmt(system.file("extdata", "test_gsea.gmt", package="paxtoolsr"))

Run the code above in your browser using DataLab