Skip to contents

A named character vector for correcting proper noun (eponym) capitalization in disease entry names after they have been parsed by parse_omim_name(). Names are the lowercase form of each word; values are the correctly capitalized replacement (e.g. c("waardenburg" = "Waardenburg")).

Usage

disease_eponyms

Format

A named character vector. Names are lowercase words; values are their correctly capitalized replacements. Length 0 until first curation run.

Details

parse_omim_name() uses this dataset as its default eponyms argument, applying whole-word, case-insensitive substitutions to the lowercased output.

See also

parse_omim_name() which uses this vector by default; disease_cap_patterns for the companion phrase-level replacement vector; the Maintainer Guide for the full dataset-building and curation workflow.