ReadBrenda | R Documentation |
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
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.
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.