ParseNoDescription {brendaDb}R Documentation

Generic parser for a description string without extracted values.

Description

This parser works for fields storage.stability, general.stability, oxidation.stability, cloned, purification, crystallization and renatured.

These fields in BRENDA don't have extracted values - the commentary itself is the extracted value.

Usage

ParseNoDescription(description, acronym)

Arguments

description

A description string from one of the entries.

acronym

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

Value

A tibble with columns: proteinID, description and refID.


[Package brendaDb version 1.4.0 Index]