writeGmtPathways {fgsea} | 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"))