Read a GMX file and return a list

.parse.gmx(fname)

Arguments

fname

the file path to be parsed

Value

a list of the contents of fname. See details.

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

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