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

View source: R/pathways.R

writeGmtPathwaysR Documentation

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

Description

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

Usage

writeGmtPathways(pathways, gmt.file)

Arguments

pathways

a named list of vectors with gene ids

gmt.file

name of the output file

Examples

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

ctlab/fgsea documentation built on Dec. 21, 2024, 1:55 p.m.