explort R Shiny App
October 10th 2017
Claire Petry Agenda Objectives of the app Demo How to upload your - - PowerPoint PPT Presentation
explort R Shiny App October 10 th 2017 Claire Petry Agenda Objectives of the app Demo How to upload your data (CSV or FIT file) How to create plots How to export R code and use it Next steps Conclusion 2 Objectives of
explort R Shiny App
October 10th 2017
Agenda
– How to upload your data (CSV or FIT file) – How to create plots – How to export R code and use it
2
Objectives of the app
– Review data – Identify potential data issues – Identify outliers – …
– Be able to recreate the plots of interest – Allow R beginners to use it as a kind of template, to create plots and personnalize them without starting from scratch
the plots
Explore Export explort
3
Demo
No data manipulation done by the app (except subsetting) the data file must be ready to use (create categorical variables with the right labels etc.)
4
Demo - How to upload a CSV file
5
Demo - How to upload a FIT file
6
Demo - How to create plots
– Scatter plots – Spaghetti plots – Boxplots – Diagnostic plots – Mean plots
7
Demo - How to create plots
Scatter plots Spaghetti plots Boxplot s Diagnostic plots Mean plots X and Y variables
Demo - How to export R code
– select the desired extension for the file that will be created running the exported R code (either .docx or .pdf) – export the corresponding R code by clicking on ‘‘Export code’’
9
Demo - How to use the exported R code
– Change the path of the uploaded data file – Define the path of the .docx or .pdf file that will be created running the R code – Modify the code if necessary: change titles, labels… – Add comments to make your program readable
get your plots in the defined format
10
Next steps
parameters)
– Integrate other types of plots (histograms, bar plots…) – Add more interactivity – Improve performance of the app
11
Conclusion
– Creation of different types of data visualizations – Customization of the plots via many features – Detection of outliers – Display of selected data in a table below the plot
– Ready to run code – Can be used as a template to create and customize additional plots – The user can choose the format of the file that will be created running the exported code – Does not require any programming skills – Guaranties the traceability and reproducibility of the plots
12
13
Back-up
14
Demo - How to create plots
15
Demo - How to create plots
16
Demo - How to create plots
17
Demo - How to create plots
18
Demo - How to create plots
19
20