The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
CirceR is part of HADES.
A R-wrapper for Circe, a library for creating queries for the OMOP Common Data Model. These queries are used in cohort definitions (CohortExpression) as well as custom features (CriteriaFeature). This package provides convenient wrappers for Circe functions, and includes the necessary Java dependencies.
# use an example JSON cohort expression:
data(cohortDefinitionJson)
<- cohortExpressionFromJson(cohortDefinitionJson)
cohortExpresion <- cohortPrintFriendly(cohortExpresion)
markdown writeLines(markdown)
# ### Cohort Entry Events
#
# People enter the cohort when observing any of the following:
#
# 1. condition occurrences of 'Some ConceptSet'.
#
# Limit cohort entry events to the earliest event per person.
#
# ### Cohort Exit
#
# The person exits the cohort at the end of continuous observation.
#
# ### Cohort Eras
#
# Entry events will be combined into cohort eras if they are within 0 days of each other.
CirceR is an R package wrapped around a Java library.
Requires R (version 3.2.2 or higher). CirceR require Java.
See the instructions here for configuring your R environment, including Java.
In R, use the following commands to download and install CirceR:
install.packages("remotes")
::install_github("ohdsi/CirceR") remotes
The documentation website can be found at https://ohdsi.github.io/CirceR/. A PDF version of the package manual is here:
Read here how you can contribute to this package.
CirceR is licensed under Apache License 2.0
CirceR is being developed in R Studio.
Beta. Use at your own risk.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.