parse.grp {cmapR} | R Documentation |
Read a GRP file and return a vector of its contents
parse.grp(...) parse_grp(fname)
... |
arguments passed on to |
fname |
the file path to be parsed |
a vector of the contents of fname
Visit http://clue.io/help for details on the GRP file format
Other CMap parsing functions:
lxb2mat()
,
parse.gmt()
,
parse.gmx()
,
write_gmt()
,
write_grp()
grp_path <- system.file("extdata", "lm_epsilon_n978.grp", package="cmapR") values <- parse_grp(grp_path) str(values)