SeparateSubentries {brendaDb} | R Documentation |
Separate subentries and strip unnecessary whitespace.
SeparateSubentries(description, acronym = NA)
description |
The |
acronym |
The acronym of the field. Can be found with |
A list of strings with each subentry as an element.
x <- "SN\talcohol:NAD+ oxidoreductase" brendaDb:::SeparateSubentries(x, "SN")