Skip to contents

Load all ORPHAcodes properties in a combined data.frame.

Usage

load_raw_nomenclature()

load_nomenclature()

Value

The ORPHAcodes properties as a data.frame object.

Details

The label is the clinical entity name and is returned in the label column. If the displayed language does not meet your needs, you should consider changing options via RDaggregator_options() or adding a new nomenclature pack using add_nomenclature_pack().

The classification level is the clinical entity name and is returned in the level column. Classification level can either be a group of disorders, a disorder or a subtype of disorder.

The status of an ORPHAcode is a value contained in the following terms : "Active", "Inactive: Deprecated", "Inactive: Obsolete", "Inactive: Non rare disease in Europe".

The disorder type indicates the clinical entity's typology and is returned by get_type.

For more details, please read the full Orphanet description included in the nomenclature pack (.pdf).

See also

get_label(), get_classification_level(), get_status(), get_type() to access specific properties, load_synonyms(), get_all_labels(), load_redirections(), load_redirections() to access other pieces of information contained in the nomenclature file.