Description Usage Arguments Value See Also Examples
Read an LXB file and return a matrix
| 1 | 
| lxb_path | the path to the lxb file | 
| columns | which columns in the lxb file to retain | 
| newnames | what to name these columns in the returned matrix | 
a matrix
Other CMap parsing functions: 
parse.gmt(),
parse.gmx(),
parse.grp(),
write_gmt(),
write_grp()
| 1 2 3 | lxb_path <- system.file("extdata", "example.lxb", package="cmapR")
lxb_data <- lxb2mat(lxb_path)
str(lxb_data)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.