SeparateSubentries {brendaDb}R Documentation

Preprocessing of entry description.

Description

Separate subentries and strip unnecessary whitespace.

Usage

SeparateSubentries(description, acronym = NA)

Arguments

description

The description string of the field.

acronym

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

Value

A list of strings with each subentry as an element.

Examples

x <- "SN\talcohol:NAD+ oxidoreductase"
brendaDb:::SeparateSubentries(x, "SN")

[Package brendaDb version 1.6.0 Index]