writeGMT | R Documentation |
write data frame to a gmt file
writeGMT(gene2path, gmtfile)
gene2path |
A data frame. The columns should be Gene, Pathway ID, and Pathway Name. |
gmtfile |
Path to gmt file. |
Output gmt file to local folder.
Wubing Zhang
gene2path = gsGetter(type = "Complex")
# writeGMT(gene2path, "Protein_complex.gmt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.