write_grp {cmapR}R Documentation

Write a vector to a GRP file

Description

Write a vector to a GRP file

Usage

write_grp(vals, fname)

Arguments

vals

the vector of values to be written

fname

the desired file name

Value

silently returns NULL

See Also

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()

Examples

## Not run: 
write_grp(letters, "letter.grp")

## End(Not run)


[Package cmapR version 1.6.0 Index]