Description Usage Arguments Value Examples
For each EC entry, split the annotations into three columns:
ID: EC number, e.g. 1.1.1.1
field: the content of the information, e.g. protein, localization
description: everything else
1  | ReadBrenda(filepath, clean = TRUE)
 | 
filepath | 
 A string indicating the path to the text file.  | 
clean | 
 Boolean; if TRUE, run   | 
A matrix containing information about the EC entries.
1 2 3  | brenda_txt <- system.file("extdata", "brenda_download_test.txt",
                          package = "brendaDb")
df <- ReadBrenda(brenda_txt)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.