| write_grp {cmapR} | R Documentation |
Write a vector to a GRP file
write_grp(vals, fname)
vals |
the vector of values to be written |
fname |
the desired file name |
silently returns NULL
Visit http://clue.io/help for details on the GRP file format
Other CMap parsing functions:
lxb2mat(),
parse.gmt(),
parse.gmx(),
parse.grp(),
write_gmt()
## Not run: write_grp(letters, "letter.grp") ## End(Not run)