gmtlist2file | R Documentation |
write gmt list into gmt file
gmtlist2file(gmtlist, filename)
gmtlist |
a list containing gmt |
filename |
output filename |
NA
gmt2list
anno <- "c2.cp.kegg.v7.01.symbols.gmt.xz"
annofile <- system.file("extdata", anno, package="cogena")
gl <- gmt2list(annofile)
gmtfile <- gmtlist2file(gl, filename="")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.