Atlas allows creation of cohorts (via GUI) and generates SQL code for a user to use (in GUI or in R code). I looked at Circe on OHDSI Github and I understand it provides some layer of functionality. (but the repo seems somewhat dormant).
My questions is: Is it possible to create a cohort using R code (some hypothetical CohortMaker package).
…thus eliminating the need to point-and-click and use strictly Atlas web GUI.
Something like CohortMaker::InitialEventAddDrugExposure()
and CohortMaker::createConceptSet()
.
I don’t need all GUI functionality (just 50% of the most important widgets).
If people point me to the right development direction, I am even volunteering to help develop this OhdsiCohortMaker
package.