writeGmtPathways: Write collection of pathways (list of vectors) to a gmt file

Description Usage Arguments Examples

View source: R/pathways.R

Description

Write collection of pathways (list of vectors) to a gmt file

Usage

1
writeGmtPathways(pathways, gmt.file)

Arguments

pathways

a named list of vectors with gene ids

gmt.file

name of the output file

Examples

1
2
data(examplePathways)
writeGmtPathways(examplePathways, tempfile("examplePathways", fileext=".gmt"))

Example output



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