writeGMT | R Documentation |
Write gene sets to a GMT file
writeGMT(geneset, outfile)
geneset |
A list of gene sets (e.g. from |
outfile |
Path to the output file. |
Steve Sansom
readGMT
gmtFile <- system.file(package = "gsfisher", "extdata", "kegg_hs.gmt") ann_gmt <- readGMT(gmtFile) outfile <- tempfile() writeGMT(ann_gmt, outfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.