ParseSystematicName: Parse a "SYSTEMATIC_NAME" entry into a string.

View source: R/parse-nomenclature.R

ParseSystematicNameR 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)

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