DatabaseConnector - Connecting to Various Database Platforms
An R 'DataBase Interface' ('DBI') compatible interface to various database platforms ('PostgreSQL', 'Oracle', 'Microsoft SQL Server', 'Amazon Redshift', 'Microsoft Parallel Database Warehouse', 'IBM Netezza', 'Apache Impala', 'Google BigQuery', 'Snowflake', 'Spark', 'SQLite', and 'InterSystems IRIS'). Also includes support for fetching data as 'Andromeda' objects. Uses either 'Java Database Connectivity' ('JDBC') or other 'DBI' drivers to connect to databases.
Last updated 2 days ago
hadesopenjdk
12.34 score 55 stars 9 dependents 772 scripts 2.4k downloadsSqlRender - Rendering Parameterized SQL and Translation to Dialects
A rendering tool for parameterized SQL that also translates into different SQL dialects. These dialects include 'Microsoft SQL Server', 'Oracle', 'PostgreSql', 'Amazon RedShift', 'Apache Impala', 'IBM Netezza', 'Google BigQuery', 'Microsoft PDW', 'Snowflake', 'Azure Synapse Analytics Dedicated', 'Apache Spark', 'SQLite', and 'InterSystems IRIS'.
Last updated 2 months ago
hadesopenjdk
12.08 score 82 stars 10 dependents 488 scripts 2.1k downloadsFeatureExtraction - Generating Features for a Cohort
An R interface for generating features for a cohort using data in the Common Data Model. Features can be constructed using default or custom made feature definitions. Furthermore it's possible to aggregate features and get the summary statistics.
Last updated 4 months ago
hadesopenjdk
9.85 score 61 stars 205 scripts 498 downloadsCohortConstructor - Build and Manipulate Study Cohorts Using a Common Data Model
Create and manipulate study cohorts in data mapped to the Observational Medical Outcomes Partnership Common Data Model.
Last updated 3 days ago
9.27 score 1 stars 2 dependents 174 scripts 424 downloadsAndromeda - Asynchronous Disk-Based Representation of Massive Data
Storing very large data objects on a local drive, while still making it possible to manipulate the data in an efficient manner.
Last updated 5 months ago
hades
9.08 score 11 stars 6 dependents 57 scripts 1.1k downloadsParallelLogger - Support for Parallel Computation, Logging, and Function Automation
Support for parallel computation with progress bar, and option to stop or proceed on errors. Also provides logging to console and disk, and the logging persists in the parallel threads. Additional functions support function call automation with delayed execution (e.g. for executing functions in parallel).
Last updated 5 months ago
hades
9.02 score 12 stars 9 dependents 87 scripts 1.9k downloadsCyclops - Cyclic Coordinate Descent for Logistic, Poisson and Survival Analysis
This model fitting tool incorporates cyclic coordinate descent and majorization-minimization approaches to fit a variety of regression models found in large-scale observational healthcare data. Implementations focus on computational optimization and fine-scale parallelization to yield efficient inference in massive datasets. Please see: Suchard, Simpson, Zorych, Ryan and Madigan (2013) <doi:10.1145/2414416.2414791>.
Last updated 2 months ago
hadescpp
8.82 score 39 stars 3 dependents 73 scripts 1.1k downloadsEmpiricalCalibration - Routines for Performing Empirical Calibration of Observational Study Estimates
Routines for performing empirical calibration of observational study estimates. By using a set of negative control hypotheses we can estimate the empirical null distribution of a particular observational study setup. This empirical null distribution can be used to compute a calibrated p-value, which reflects the probability of observing an estimated effect size when the null hypothesis is true taking both random and systematic error into account. A similar approach can be used to calibrate confidence intervals, using both negative and positive controls. For more details, see Schuemie et al. (2013) <doi:10.1002/sim.5925> and Schuemie et al. (2018) <doi:10.1073/pnas.1708282114>.
Last updated 4 months ago
hadescpp
8.06 score 10 stars 1 dependents 143 scripts 665 downloadsCohortGenerator - Cohort Generation for the OMOP Common Data Model
Generate cohorts and subsets using an Observational Medical Outcomes Partnership (OMOP) Common Data Model (CDM) Database. Cohorts are defined using 'CIRCE' (<https://github.com/ohdsi/circe-be>) or SQL compatible with 'SqlRender' (<https://github.com/OHDSI/SqlRender>).
Last updated 4 months ago
hadesopenjdk
7.87 score 12 stars 165 scripts 422 downloadsCohortSymmetry - Sequence Symmetry Analysis Using the Observational Medical Outcomes Partnership Common Data Model
Calculating crude sequence ratio, adjusted sequence ratio and confidence intervals using data mapped to the Observational Medical Outcomes Partnership Common Data Model.
Last updated 2 months ago
7.57 score 1 stars 73 scripts 330 downloadsomock - Creation of Mock Observational Medical Outcomes Partnership Common Data Model
Creates mock data for testing and package development for the Observational Medical Outcomes Partnership common data model. The package offers functions crafted with pipeline-friendly implementation, enabling users to effortlessly include only the necessary tables for their testing needs.
Last updated 6 days ago
7.41 score 2 stars 1 dependents 40 scripts 282 downloadsResultModelManager - Result Model Manager
Database data model management utilities for R packages in the Observational Health Data Sciences and Informatics program <https://ohdsi.org>. 'ResultModelManager' provides utility functions to allow package maintainers to migrate existing SQL database models, export and import results in consistent patterns.
Last updated 4 months ago
openjdk
7.20 score 4 stars 2 dependents 9 scripts 330 downloadsPhenotypeR - Assess Study Cohorts Using a Common Data Model
Phenotype study cohorts in data mapped to the Observational Medical Outcomes Partnership Common Data Model. Diagnostics are run at the database, code list, cohort, and population level to assess whether study cohorts are ready for research.
Last updated 4 hours ago
7.16 score 2 stars 54 scripts 361 downloadsOmopSketch - Characterise Tables of an OMOP Common Data Model Instance
Summarises key information in data mapped to the Observational Medical Outcomes Partnership (OMOP) common data model. Assess suitability to perform specific epidemiological studies and explore the different domains to obtain feasibility counts and trends.
Last updated 4 days ago
6.98 score 1 stars 1 dependents 15 scripts 588 downloadsEunomia - Standard Dataset Manager for Observational Medical Outcomes Partnership Common Data Model Sample Datasets
Facilitates access to sample datasets from the 'EunomiaDatasets' repository (<https://github.com/ohdsi/EunomiaDatasets>).
Last updated 9 months ago
hadesopenjdk
6.74 score 43 stars 141 scripts 546 downloadsOmopViewer - Visualise OMOP Results using 'shiny' Applications
Visualise results obtained from analysing data mapped to the Observational Medical Outcomes Partnership (OMOP) common data model using 'shiny' applications.
Last updated 2 months ago
5.95 score 2 stars 4 scripts 211 downloadsEvidenceSynthesis - Synthesizing Causal Evidence in a Distributed Research Network
Routines for combining causal effect estimates and study diagnostics across multiple data sites in a distributed study, without sharing patient-level data. Allows for normal and non-normal approximations of the data-site likelihood of the effect parameter.
Last updated 5 months ago
hadesopenjdk
5.87 score 8 stars 31 scripts 506 downloadsCirceR - Construct Cohort Inclusion and Restriction Criteria Expressions
Wraps the 'CIRCE' (<https://github.com/ohdsi/circe-be>) 'Java' library allowing cohort definition expressions to be edited and converted to 'Markdown' or 'SQL'.
Last updated 9 months ago
hadesopenjdk
4.58 score 6 stars 63 scripts 485 downloadsCohortExplorer - Explorer of Profiles of Patients in a Cohort
This software tool is designed to extract data from a randomized subset of individuals within a cohort and make it available for exploration in a shiny application environment. It retrieves date-stamped, event-level records from one or more data sources that represent patient data in the Observational Medical Outcomes Partnership (OMOP) data model format. This tool features a user-friendly interface that enables users to efficiently explore the extracted profiles, thereby facilitating applications, such as reviewing structured profiles.
Last updated 1 years ago
openjdk
4.18 score 3 stars 3 scripts 229 downloadsCohortAlgebra - Use of Interval Algebra to Create New Cohort(s) from Existing Cohorts
This software tool is designed to generate new cohorts utilizing data from previously instantiated cohorts. It employs interval algebra operators such as UNION, INTERSECT, and MINUS to manipulate the data within the instantiated cohorts and create new cohorts.
Last updated 8 months ago
openjdk
4.00 score 1 stars 538 downloadsDatabaseConnectorJars - JAR Dependencies for the 'DatabaseConnector' Package
Provides external JAR dependencies for the 'DatabaseConnector' package.
Last updated 2 years ago
hadesopenjdk
3.00 score 1 stars 156 downloads