class: title-slide, middle, left ## Session 10: Recap of how to apply the classification algorithm to your data ### Dr Shazia Ruybal-Pesántez Presented at the [covidClassifyR Shiny app workshop](https://shaziaruybal.github.io/covidClassifyR-workshop) for researchers from PNGIMR and partner institutions 2022-03-24 --- class: middle, center, inverse ## Workshop materials ## For all the workshop materials see the [workshop website
](https://shaziaruybal.github.io/covidClassifyR-workshop/materials.html) --- class: center #
# Today we will cover: -- ### A brief recap on the classification algorithm development -- ### A brief recap of how to apply the classification algorithm to your data -- ### How to download your classification data -- ### You can find the app [here
](https://shaziaruybal.shinyapps.io/covidClassifyR) --- #
Feedback -- ###
Did you try to import the example data and explore the classification tab in the [covidClassifyR
](https://shaziaruybal.shinyapps.io/covidClassifyR) app? -- ###
Did you download the classification data? --- class: inverse # Why do we need a classification algorithm? --- class: inverse # Why do we need a classification algorithm? ## _To accurately predict past exposure to SARS-CoV-2 based on antibodies to the entire multi-antigen panel_ --- #
What is a Random Forest machine learning algorithm? -- .center[ ![](img/eg_prediction.jpeg) ] --- #
Our classification algorithm: diagnostic performance -- The sensitivity and specificity of each classifier was >90%. | **Classifier** | **Details** | **Sensitivity** | **Specificity** | |------------------|----------------------------------------------------------------------------------------------------------------|-----------------|-----------------| | **Classifier 1** | All samples in the data set | 93.98% | 94.12% | | **Classifier 2** | Negative controls and positive samples >2 weeks to ≤3 months post symptom onset | 98.51% | 100% | | **Classifier 3** | Negative controls and positive samples between 3-6 months post sympton onset | 93.44% | 97.87% | --- class: middle, center # Applying the algorithm to your data --- <video width="1430" height="510" controls> <source src="img/eg_classify.mp4" type="video/mp4"> </video> **
Tip:** Make sure that your data was processed using the correct algorithm by cross-checking the “Algorithm choice”, which will display the algorithm that was applied. **
Tip:** Click on the 'Download' tab to download your classification data. --- #
Downloaded classification data ![](img/output_classification.png) --- class: inverse, middle, center #
## Next session: ### How to visualize your data in the [`covidClassifyR`](https://shaziaruybal.shinyapps.io/covidclassifyr) app --- # Acknowledgments - Dr Maria Ome-Kaius and Dr Fiona Angrisano - PNGIMR and partner institutions - WEHI & Burnet Institute - All of you for attending! *We are extremely grateful for financial support to develop and host the covidClassifyR Shiny web application, and to host these virtual workshops through the [Regional Collaborations Programme COVID-19 Digital Grant](https://www.science.org.au/news-and-events/news-and-media-releases/regional-research-set-get-digital-boost) from the Australian Academy of Science and Australian Department of Industry, Science, Energy and Resources.* The scripts and functions used in [`covidClassifyR`](https://shaziaruybal.shinyapps.io/covidclassifyr) were developed by Shazia Ruybal-Pesántez, with contributions from the following researchers: Eamon Conway, Connie Li Wan Suen, Narimane Nekkab and Michael White. .footnote[ _These slides were created using the R packages: [xaringan](https://github.com/yihui/xaringan), [xaringanthemer](https://github.com/gadenbuie/xaringanthemer), [xaringanExtra](https://github.com/gadenbuie/xaringanExtra)_ ] --- name: contact class: inverse .pull-left[ .center[ ### Dr Shazia Ruybal-Pesántez <img style="border-radius: 50%;" src="https://shaziaruybal.github.io/covidClassifyR-workshop/images/shazia.png" width="250px"/> #### Contact details [
ruybal.s@wehi.edu.au](mailto:ruybal.s@wehi.edu.au) [
@DrShaziaRuybal](https://twitter.com/DrShaziaRuybal) ]] .pull-right[ ### Session 10 Resources: ### [
Recording]() ### [
`covidClassifyR`](https://shaziaruybal.shinyapps.io/covidClassifyR) ### [
Workshop materials](https://shaziaruybal.github.io/covidClassifyR-workshop/materials.html) ### [
Slides for Session 10](https://shaziaruybal.github.io/covidClassifyR-workshop/slides/session10/session10_slides.html) ] --- class: inverse, middle, center #
Questions?