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
- Host: GitHub
- URL: https://github.com/OHDSI/Achilles
- Owner: OHDSI
- Created: 2014-04-03T12:51:29.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T12:44:55.000Z (7 months ago)
- Last Synced: 2024-09-17T15:53:39.890Z (7 months ago)
- Language: R
- Homepage: https://ohdsi.github.io/Achilles/
- Size: 7.51 MB
- Stars: 130
- Watchers: 69
- Forks: 122
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
- jimsghstars - OHDSI/Achilles - Automated Characterization of Health Information at Large-scale Longitudinal Evidence Systems (ACHILLES) - descriptive statistics about a OMOP CDM database (R)
README
# Achilles
[](https://github.com/OHDSI/Achilles/actions?query=workflow%3AR-CMD-check) [](https://app.codecov.io/github/OHDSI/Achilles) [](https://cran.r-project.org/package=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.