OHDSI / Aegis

Application for Epidemiological Geographic Information System (AEGIS): a system for semi-automatic GIS visualization based on the OMOP Common Data Model.
Apache License 2.0
3 stars 4 forks source link

AEGIS

Application for Epidemiological Geographic Information System (AEGIS): An open source spatial analysis tool based on CDM

Getting Started

install.packages("devtools")
devtools::install_github("cran/raster", ref="2.6-7")
devtools::install_github("ohdsi/DatabaseConnector")
devtools::install_github("ohdsi/SqlRender")
devtools::install_github("ohdsi/aegis")

AEGIS::AEGIS()

If you need to use Bayesian mapping (small area estimation), you need to install R-INLA as follows:

install.packages("INLA", repos=c(getOption("repos"), INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE)

Demo Video

<img src="http://img.youtube.com/vi/tExqsZU7qYg/0.jpg" alt="AEGIS" width="500" height="300" border="10" />