Skip to content
/ GeoTox Public

Open-source software for connecting spatiotemporal exposure to individual and population-level risk

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

NIEHS/GeoTox

Repository files navigation

GeoTox GeoTox website

Project Status: Active – The project has reached a stable, usable state and is being actively developed. R-CMD-check pkgdown cov CRAN status

GeoTox open-source R software package for characterizing the risk of perturbing molecular targets involved in adverse human health outcomes based on exposure to spatially-referenced stressor mixtures via the GeoTox framework - otherwise known as source-to-outcome-continuum modeling. The package, methods, and case-studies are described in Messier, Reif, and Marvel, 2024, medRxiv-Preprint.

The GeoTox framework was first described in Eccles et al. A geospatial modeling approach to quantifying the risk of exposure to environmental chemical mixtures via a common molecular target. Sci Total Environ. 2023 Jan 10;855:158905.

Installation

The package will be on CRAN in the near future - please stay tuned. You can install the development version of GeoTox from GitHub with:

if (!require("pak", quietly = TRUE)) {
  install.packages("pak")
}
pak::pkg_install("NIEHS/GeoTox")

Overview

Figure 1 below shows the steps in the source-to-outcome-continuum or GeoTox modelling framework that is capable in the GeoTox package. blue text nodes represent an object and green text, rounded nodes represent a methodology or function required to go from one to the next. The GeoTox package uses R S3 object-oriented programming to create the GeoTox object. The GeoTox object is a list that contains all of the information required to run the analysis including tracking exposure, assays, dose-response, and geospatial referencing.

GeoTox-Workflow
Figure 1: Overview of the steps in the GeoTox framework

Getting Started

Please refer to the introduction vignette for a detailed description of how to use GeoTox.

Citation

For citation information, please refer to our CITATION file.

Issues and Contributions

To add or edit functionality, open a pull request into the main branch with a detailed description of the proposed changes. Pull requests must pass all status checks, and then will be approved or rejected by the GeoTox maintainers.

Utilize GitHub issues to notify the authors of bugs, questions, or recommendations. Identify each issue with the appropriate label to help ensure a timely response.

About

Open-source software for connecting spatiotemporal exposure to individual and population-level risk

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages