gmtlist2file {cogena}R Documentation

write gmt list into gmt file

Description

write gmt list into gmt file

Usage

gmtlist2file(gmtlist, filename)

Arguments

gmtlist

a list containing gmt

filename

output filename

Value

NA

See Also

gmt2list

Examples

anno <- "c2.cp.kegg.v7.01.symbols.gmt.xz"
annofile <- system.file("extdata", anno, package="cogena")
gl <- gmt2list(annofile)
gmtfile <- gmtlist2file(gl, filename="")


[Package cogena version 1.24.0 Index]