writeGmtPathways | R Documentation |
Write collection of pathways (list of vectors) to a gmt file
writeGmtPathways(pathways, gmt.file)
pathways |
a named list of vectors with gene ids |
gmt.file |
name of the output file |
data(examplePathways)
writeGmtPathways(examplePathways, tempfile("examplePathways", fileext=".gmt"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.