Skip to content

oxford-pharmacoepi/PETDiagnosticsShiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PETDiagnosticsShiny

A ShinyApp depicting the results of the PETDiagnostics Package

Requirements

  • a directory containing the diagnostics result from the PETDiagnostics package.
  • make sure the DATA_DIRECTORY variable in global.R points to your data directory. The results from each database should be in a separate folder below this directory. Note: if you just want to run the app with some example data, please change the DATA_DIRECTORY variable to "exampleData".

an environment with R, Rstudio and packages installed. To setup your environment with the right versions of packages use renv:

install.packages("renv") 
renv::restore()

The app can be run by opening app.R and clicking on "Run App" in the top right corner.

About

Shiny to go with the PETDiagnostics Package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages