The functions presented below analyze relationships between ORPHAcodes and returns results in a convenient format for further analysis or display.
Value
All classifications as a list of data.frame
Returns TRUE if a given ORPHAcode belongs to a given classification, FALSE else.
Details
Orphanet organized its classification system around 34 different hierarchies, which are not completely distinct.
For each hierarchy is listed a set of from/to relationships between ORPHAcodes. A child is always more specific than its parent.
load_classifications
Mind using bind_rows
followed by distinct
to merge all classification.
The classification system will change according to the chosen "RDaggregator_nomenclature"
option, that you can set via the RDaggregator_options()
interface. Add a new available option
with add_nomenclature_pack()
.