SeparateEntries {brendaDb}R Documentation

Convert vector of lines to matrix.

Description

For each EC entry, split the annotations into three columns:

Usage

SeparateEntries(lines)

Arguments

lines

The output vector<string> from read_brenda_file.

Value

A vector<vector<string>> containing information about the EC entries. In R this is a list of 3 lists.


[Package brendaDb version 1.4.0 Index]