parse.grp {cmapR}R Documentation

Read a GRP file and return a vector of its contents

Description

Read a GRP file and return a vector of its contents

Usage

parse.grp(...)

parse_grp(fname)

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

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

[Package cmapR version 1.5.3 Index]