License: MIT + file LICENSE
R build status

Authors: Shawn O’Neil, Brian Schilder

README updated: Aug-19-2025

monarchr: Monarch Knowledge Graph Queries

R package for easy access, manipulation, and analysis of Monarch KG data Resources.

monarchr provides a tidy interface to data hosted at https://monarchinitiative.org, and other knowledge graphs in KGX format (e.g. those at KGHub).

Installation:

if(!require("BiocManager")) install.packages("BiocManager")

BiocManager::install("monarch-initiative/monarchr", update=FALSE)
library(monarchr)