An open API service indexing awesome lists of open source software.

https://github.com/OHDSI/Achilles

Automated Characterization of Health Information at Large-scale Longitudinal Evidence Systems (ACHILLES) - descriptive statistics about a OMOP CDM database
https://github.com/OHDSI/Achilles

Last synced: 4 months ago
JSON representation

Automated Characterization of Health Information at Large-scale Longitudinal Evidence Systems (ACHILLES) - descriptive statistics about a OMOP CDM database

Awesome Lists containing this project

README

        

# Achilles

[![Build Status](https://github.com/OHDSI/Achilles/workflows/R-CMD-check/badge.svg)](https://github.com/OHDSI/Achilles/actions?query=workflow%3AR-CMD-check) [![codecov.io](https://codecov.io/github/OHDSI/Achilles/coverage.svg?branch=main)](https://app.codecov.io/github/OHDSI/Achilles) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/Achilles)](https://cran.r-project.org/package=Achilles) [![CRAN_Status_Badge](http://cranlogs.r-pkg.org/badges/Achilles)](https://cran.r-project.org/package=Achilles)

Achilles is part of [HADES](https://ohdsi.github.io/Hades/).

# Introduction

**A**utomated **C**haracterization of **H**ealth **I**nformation at **L**arge-Scale **L**ongitudinal **E**vidence **S**ystems (ACHILLES) Achilles provides descriptive statistics on an OMOP CDM database. ACHILLES currently supports CDM version 5.3 and 5.4.

# Features

- Performs broad database characterization
- Export feature for [ARES](https://github.com/OHDSI/Ares)
- Export feature for AchillesWeb (deprecated)

# Technology

Achilles is an R package.

# System Requirements

Requires R (version 4.0 or higher).

# Installation

1. See the instructions [here](https://ohdsi.github.io/Hades/rSetup.html) for configuring your R environment, including RTools and Java.

2. In R, use the following commands to download and install Achilles:

``` r
install.packages("remotes")
remotes::install_github("OHDSI/Achilles")
```

# User Documentation

Documentation can be found on the [package website](https://ohdsi.github.io/Achilles/).

# Support

- Developer questions/comments/feedback: OHDSI Forums
- We use the GitHub issue tracker for all bugs/issues/enhancements

# Contributing

Read [here](https://ohdsi.github.io/Hades/contribute.html) how you can contribute to this package.

# License

Achilles is licensed under Apache License 2.0

# Development

Achilles is being developed in R Studio.

# Development status

Achilles is ready for use.

# Acknowledgements

- This project was supported in part through the National Science Foundation grant IIS 1251151.