SeparateEntries: Convert vector of lines to matrix.

View source: R/RcppExports.R

SeparateEntriesR Documentation

Convert vector of lines to matrix.

Description

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

Usage

SeparateEntries(lines)

Arguments

lines

The output vector from read_brenda_file.

Value

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


y1zhou/brendaDb documentation built on Dec. 12, 2022, 3:43 a.m.