TOTKA - Toxicogenomics & Toxicokinetics mapping to AOP, R Shiny app for PFOS (PFAS & PFOA)
10K+
TOTKA is a comprehensive R-Shiny application for integrated AOP‑anchored framework that combines transcriptomic dose-response modeling with physiologically based kinetic (PBK) simulation.
It integrates following core R packages into a single graphical interface, enabling streamlined physiologically based kinetic (PBK) simulation and adverse outcome pathway (AOP) mapping:
The source code is available at the GitHub repository https://github.com/fhaive/totka.
https://www.docker.com/products/docker-desktop/
docker pull --platform linux/amd64 fhaive/totka:latest
map http port 80 on the host port 80:
docker run -p 80:80 totka:latest /bin/bash -c "cd /TOTKA/ && R -e \" options('shiny.port'=80,shiny.host='0.0.0.0');library(TOTKA);setwd('/TOTKA/');TOTKA::run_app() \""
Open your browser and visit: 127.0.0.1:80 (if you choose to map to other port replace 80 in the url with the correct one)
Sample data can be found at: https://github.com/fhaive/totka/sample_data/liver_spheroids/
For questions, suggestions, or contributions, please contact [Angela Serra] at [[email protected]].
Content type
Image
Digest
sha256:04e135574…
Size
2 GB
Last updated
3 months ago
docker pull fhaive/totka