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 April 23, 2024, 2:54 p.m.