These functions helps you to find key ORPHAcodes which are located above the given ORPHAcode in the classification system.
Usage
subtype_to_disorder(orpha_code, df_classif = NULL)
get_lowest_groups(orpha_code, df_classif = NULL)
Value
subtype_to_disorder
returns the associated disorder, or the ORPHAcode itself if it
is already a disorder, or NULL if it is a group of disorders.
If a vector of ORPHAcodes is provided, function is applied on each element,
and the associated vector is returned.
get_lowest_groups
returns the closest groups from the given ORPHAcode,
or the ORPHAcode itself if it is a group of disorders already.