acronyms | R Documentation |
The RData file is generated by reading the entire BRENDA text file with
ReadBrenda()
, and getting unique values in the field
column. The acronyms
are extracted by the regex ^[A-Z_05]+
.
data(acronyms)
A data.frame with 40 rows and 2 columns.
field: field names in the BRENDA text file (all uppercase letters separated
by underscores). This could be used in the fields
argument of the
QueryBrenda()
function.
acronym: acronyms used by the BRENDA file to indicate the fields.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.