parse_grp: Read a GRP file and return a vector of its contents

Description Usage Arguments Value See Also Examples

View source: R/io.R

Description

Read a GRP file and return a vector of its contents

Usage

1
2
3

Arguments

...

arguments passed on to parse_grp

fname

the file path to be parsed

Value

a vector of the contents of fname

See Also

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

Examples

1
2
3
grp_path <- system.file("extdata", "lm_epsilon_n978.grp", package="cmapR")
values <- parse_grp(grp_path)
str(values)

cmap/cmapR documentation built on Oct. 14, 2021, 12:51 a.m.