dot-parse.gmx: Read a GMX file and return a list

.parse.gmxR Documentation

Read a GMX file and return a list

Description

Read a GMX file and return a list

Usage

.parse.gmx(fname)

Arguments

fname

the file path to be parsed

Details

parse.gmx returns a nested list object. The top level contains one list per column in fname. Each of these is itself a list with the following fields: - head: the name of the data (column in fname) - desc: description of the corresponding data - len: the number of data items - entry: a vector of the data items

Value

a list of the contents of fname. See details.

See Also

http://clue.io/help for details on the GMX file format

Other CMap parsing functions: .parse.gmt(), .parse.grp(), .write.gmt(), .write.grp()


kalganem/creedenzymatic documentation built on March 31, 2024, 11:58 a.m.