writePathways: Writes a set of pathways (list of vectors) to a GMT file.

Description Usage Arguments Value Examples

View source: R/pathways.R

Description

Writes a set of pathways (list of vectors) to a GMT file.

Usage

1
writePathways(pathways, gmtFile)

Arguments

pathways

(list) named list of vectors

gmtFile

(char) name of output GMT file

Value

GMT-formatted file. Rows represent pathways. Columns represent:

Examples

1
2
data(pathwaysXLSX)
writePathways(pathwaysXLSX, tempfile("pathwaysXLSX", fileext = ".gmt"))

rosscm/fedup documentation built on July 19, 2021, 2:21 a.m.