| ReadGMT | R Documentation | 
Parse gmt file to a data.frame
write data frame to a gmt file
ReadGMT(gmtpath, limit = c(0, Inf)) writeGMT(gene2path, gmtfile)
gmtpath | 
 The path to gmt file.  | 
limit | 
 A integer vector of length two, specifying the limit of geneset size.  | 
gene2path | 
 A data frame. The columns should be Gene, Pathway ID, and Pathway Name.  | 
gmtfile | 
 Path to gmt file.  | 
An data.frame, in which the first column is gene, and the second column is pathway name.
Output gmt file to local folder.
Wubing Zhang
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.