ParseGeneric {brendaDb}R Documentation

Generic parser for a description string.

Description

Descriptions are generally structured as the following:

This function separates these fields into different columns.

Usage

ParseGeneric(description, acronym)

Arguments

description

A description string from one of the entries.

acronym

The acronym of the field. Can be found with ShowFields().

Details

The description column contains values extracted by BRENDA in each field.

The fieldInfo column contains different information in different fields:

Value

A tibble with columns: proteinID, description, fieldInfo, commentary, and refID


[Package brendaDb version 1.6.0 Index]