Description Usage Arguments Value Examples
Writes a set of pathways (list of vectors) to a GMT file.
1 | 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
1 2 | data(pathwaysXLSX)
writePathways(pathwaysXLSX, tempfile("pathwaysXLSX", fileext = ".gmt"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.