Skip to content

Applications

Emory's OMOP ecosystem supports two ways to work with the data — visual tools for point-and-click analysis, and direct code access for full flexibility. Many researchers use both.

Web-based tools for cohort building, data quality assessment, and standardized analyses — no coding required.

  • ATLAS


    Define study populations, explore vocabularies, and run characterizations through a web-based interface.

    Emory's ATLAS (VPN required) Training resources

  • Data Quality Dashboard


    Assess data completeness, conformance, and plausibility across Emory's OMOP instance.

    View dashboard

  • ARES


    Explore data source characterization, quality metrics, and concept-level analysis across Emory's OMOP data.

    Emory's ARES (VPN required)

  • CohortDiagnostics


    Evaluate cohort definitions with standardized analyses.

    On Emory's roadmap — not yet available.

    OHDSI documentation

  • PhenotypeLibrary


    Reusable phenotype repository for sharing and reusing cohort definitions across studies.

    On Emory's roadmap — not yet available.

    OHDSI library

Full GUI application details

Write SQL, R, or Python against Emory's OMOP data lake on Redshift. Full access to every table, every column.

  • R & RStudio


    The HADES ecosystem, DatabaseConnector, CohortGenerator, and 100+ OHDSI packages — the most mature OHDSI toolchain.

    HADES packages R training

  • SQL


    Direct Redshift queries using DBeaver, DataGrip, or any SQL client. Emory maintains a curated query library.

    Query library SQL tips

  • Python


    Connect with redshift_connector, analyze with pandas, and build custom pipelines.

    Connection guide

Full code tool details

Not sure where to start?

If you're new to OMOP, start with ATLAS to explore concepts and build your first cohort visually. When you need more flexibility, move to SQL or R for custom queries. See our Training page for a recommended learning path.