dot-parse.gmx.Rd
Read a GMX file and return a list
.parse.gmx(fname)
fname | the file path to be parsed |
---|
a list of the contents of fname
. See 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
http://clue.io/help for details on the GMX file format
Other CMap parsing functions:
.parse.gmt()
,
.parse.grp()
,
.write.gmt()
,
.write.grp()