Description Usage Arguments Value See Also Examples
write gmt list into gmt file
1 | gmtlist2file(gmtlist, filename)
|
gmtlist |
a list containing gmt |
filename |
output filename |
NA
gmt2list
1 2 3 4 | 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.