writePathways {fedup} | R Documentation |
Writes a set of pathways (list of vectors) to a GMT file.
writePathways(pathways, gmtFile)
pathways |
(list) named list of vectors |
gmtFile |
(char) name of output GMT file |
GMT-formatted file. Rows represent pathways. Columns represent:
pathway ID;
description;
a list of tab-delimited genes
data(pathwaysXLSX) writePathways(pathwaysXLSX, tempfile("pathwaysXLSX", fileext = ".gmt"))