Skip to content
/ Aegis Public
forked from OHDSI/Aegis

Application for Epidemiological Geographic Information System (AEGIS): a system for semi-automatic GIS visualization based on the OMOP Common Data Model.

License

Notifications You must be signed in to change notification settings

ABMI/Aegis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

AEGIS

About

Application for Epidemiological Geographic Information System (AEGIS): a system for semi-automatic GIS visualization based on the OMOP Common Data Model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%