SeparateEntries {brendaDb} | 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
SeparateEntries(lines)
lines |
The output vector<string> from |
A vector<vector<string>> containing information about the EC entries. In R this is a list of 3 lists.