ParseSystematicName {brendaDb}R Documentation

Parse a "SYSTEMATIC_NAME" entry into a string.

Description

Remove useless characters in the description.

Usage

ParseSystematicName(description)

Arguments

description

The description string in a "SYSTEMATIC_NAME" entry.

Value

A string to fill into the systematic.name field in brenda.nomenclature.

Examples

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

[Package brendaDb version 1.4.0 Index]