The goal of RappPKPLT is to provide a Shiny application for interactive simulation using a PK-platelet-GDF15 model in patients with haematological malignancies and solid tumours.
Sou T (2025). RappPKPLT: Shiny Application for a PK-Platelet-GDF15 Model. R package version 0.0.0.9000, https://github.com/soutomas/RappPKPLT.
citation("RappPKPLT")
#> To cite package 'RappPKPLT' in publications use:
#>
#> Sou T (2025). _RappPKPLT: Shiny Application for a PK-Platelet-GDF15
#> Model_. R package version 0.0.0.9000,
#> <https://github.com/soutomas/RappPKPLT>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {RappPKPLT: Shiny Application for a PK-Platelet-GDF15 Model},
#> author = {Tomas Sou},
#> note = {R package version 0.0.0.9000},
#> url = {https://github.com/soutomas/RappPKPLT},
#> }You can install the development version of RappPKPLT from GitHub with:
# install.packages("pak")
pak::pak("soutomas/RappPKPLT")To run the Shiny application:
library(RappPKPLT)
app()