Description Usage Arguments Value See Also Examples
Read a GRP file and return a vector of its contents
1 2 3 |
... |
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()
1 2 3 | grp_path <- system.file("extdata", "lm_epsilon_n978.grp", package="cmapR")
values <- parse_grp(grp_path)
str(values)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.