gmtPathways: Returns a list of pathways from a GMT file.

Description Usage Arguments Value Examples

View source: R/pathways.R

Description

Returns a list of pathways from a GMT file.

Usage

1
gmtPathways(gmt.file)

Arguments

gmt.file

Path to a GMT file.

Value

A list of vectors with gene sets.

Examples

1
2
pathways <- gmtPathways(system.file(
     "extdata", "mouse.reactome.gmt", package="fgsea"))

Example output

Loading required package: Rcpp

fgsea documentation built on Nov. 8, 2020, 5:22 p.m.