seamless r and sas: for shiny visualizationsshiny_pkv(options=”nm_dataviz”) snapshot-plugin 10....

11
Seamless R And SAS: For Shiny Visualizations Pragathi Kotha Venkata Clinical Pharmacology Modelling and Simulation, US

Upload: others

Post on 04-Oct-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Seamless R And SAS: For Shiny Visualizationsshiny_pkv(options=”nm_dataviz”) Snapshot-Plugin 10. 11 Live Demo and Code references

Seamless R And SAS: For Shiny Visualizations

Pragathi Kotha VenkataClinical Pharmacology Modelling and Simulation, US

Page 2: Seamless R And SAS: For Shiny Visualizationsshiny_pkv(options=”nm_dataviz”) Snapshot-Plugin 10. 11 Live Demo and Code references

Acknowledgements:

– Daren Austin: Senior Director, CPMS, UK – Isabelle Pouliquen: Director, CPMS, UK – CPMS Colleagues– SAS– R Studio

Page 3: Seamless R And SAS: For Shiny Visualizationsshiny_pkv(options=”nm_dataviz”) Snapshot-Plugin 10. 11 Live Demo and Code references

Putting Data in perspective

3

Page 4: Seamless R And SAS: For Shiny Visualizationsshiny_pkv(options=”nm_dataviz”) Snapshot-Plugin 10. 11 Live Demo and Code references

– Stop choosing and start Integrating

R or SAS

4

Page 5: Seamless R And SAS: For Shiny Visualizationsshiny_pkv(options=”nm_dataviz”) Snapshot-Plugin 10. 11 Live Demo and Code references

5

Priori

References:https://www.pharmasug.org/proceedings/2016/QT/PharmaSUG-2016-QT14.pdfhttps://support.sas.com/resources/papers/proceedings15/2500-2015.pdfhttp://support.sas.com/resources/papers/proceedings17/0876-2017.pdfhttps://www.lexjansen.com/nesug/nesug12/bb/bb10.pdf

Page 6: Seamless R And SAS: For Shiny Visualizationsshiny_pkv(options=”nm_dataviz”) Snapshot-Plugin 10. 11 Live Demo and Code references

SAS code

References:[1] https://github.com/cpms-gsk/sasmacros/blob/master/R2SAS[2] https://github.com/cpms-gsk/sasmacros/blob/master/PDFplot1x1[3]https://github.com/cpms-gsk/sasmacros/blob/master/PDFplot2x1[4]https://github.com/cpms-gsk/sasmacros/blob/master/PDFplot2x2[5] https://pkvreddy.github.io/pkv/[6]https://github.com/cpms-gsk/sasmacros/blob/master/PLOT2PDF-template[7]https://github.com/cpms-gsk/sasmacros/blob/master/SAS2SHINY

Page 7: Seamless R And SAS: For Shiny Visualizationsshiny_pkv(options=”nm_dataviz”) Snapshot-Plugin 10. 11 Live Demo and Code references

7

Shiny_pkv

https://pkvreddy.github.io/pkv/

Page 8: Seamless R And SAS: For Shiny Visualizationsshiny_pkv(options=”nm_dataviz”) Snapshot-Plugin 10. 11 Live Demo and Code references

Visualize sas & xpt datasets and convert them to .csv format

library(shinypkv)shiny_pkv(options= ”sas2csv”)

Page 9: Seamless R And SAS: For Shiny Visualizationsshiny_pkv(options=”nm_dataviz”) Snapshot-Plugin 10. 11 Live Demo and Code references

NONMEM Dataset Visualizationlibrary(shinypkv)

shiny_pkv(options=”nm_dataviz”)

Page 10: Seamless R And SAS: For Shiny Visualizationsshiny_pkv(options=”nm_dataviz”) Snapshot-Plugin 10. 11 Live Demo and Code references

Snapshot-Plugin

10

Page 11: Seamless R And SAS: For Shiny Visualizationsshiny_pkv(options=”nm_dataviz”) Snapshot-Plugin 10. 11 Live Demo and Code references

11

Live Demo and Code references

– https://phuseus2018.github.io/sasmacros/– https://pkvreddy.shinyapps.io/2_NM_data_vis/– https://pkvreddy.shinyapps.io/1_converting_files/