ParseSystematicName {brendaDb} | R Documentation |
Remove useless characters in the description.
ParseSystematicName(description)
description |
The description string in a "SYSTEMATIC_NAME" entry. |
A string to fill into the systematic.name
field in
brenda.nomenclature
.
x <- "SN\talcohol:NAD+ oxidoreductase" brendaDb:::ParseSystematicName(x)