Standardize common medical oncology treatment names (work in progress)
Source:R/OncReg.delim.R
OR.delim.txname.RdFor each string in x, standardizes common cancer treatment names:
Removes administration routes (such as "iv" and "oral"), scheduling terms (such as "q2w" and "weekly"), and other modifiers (such as "modified" and "single agent").
Converts common separators ("&", "+", ",", "/", " and ", " with ") to a consistent delimiter.
Removes supportive agents (such as "folinic acid").
Replaces common trade names, abbreviations (such as "FOLFOX"), and synonyms (such as "T-DM1") with standardized names.
See also
Other delim:
OR.delim.contains(),
OR.delim.intersect(),
OR.delim.merge(),
OR.delim.replace(),
OR.delim.split(),
OR.delim.subset(),
OR.delim.table(),
OR.delim.txclass()