class: title-slide, middle, left ## Session 9: 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-17 --- class: left ## Recap -- ####
**[Session 1](https://shaziaruybal.github.io/covidClassifyR-workshop/sessions/2022-03-10-session1/index.html)** gave you an overview of the Luminex technology and the COVID-19 multi-antigen serological assay that was established in PNG -- ####
**[Session 2](https://shaziaruybal.github.io/covidClassifyR-workshop/sessions/2022-03-10-session2/index.html)** gave you an overview of the purpose of serosurveillance and insights into the COVID-19 sero-surveys that have been carried out in PNG -- ####
**[Session 3](https://shaziaruybal.github.io/covidClassifyR-workshop/sessions/2022-03-10-session3/index.html)** gave you an overview of the [`covidClassifyR`](https://shaziaruybal.shinyapps.io/covidclassifyr) Shiny app -- ####
**[Session 4](https://shaziaruybal.github.io/covidClassifyR-workshop/sessions/2022-03-11-session4/index.html)** gave you an overview of how to prepare and import your data to the [`covidClassifyR`](https://shaziaruybal.shinyapps.io/covidclassifyr) Shiny app -- ####
**[Session 5](https://shaziaruybal.github.io/covidClassifyR-workshop/sessions/2022-03-11-session5/index.html)** gave you an overview of how to prepare your data and upload your data to the [`covidClassifyR`](https://shaziaruybal.shinyapps.io/covidclassifyr) app -- ####
**[Session 6](https://shaziaruybal.github.io/covidClassifyR-workshop/sessions/2022-03-11-session6/index.html)** gave you an overview of how to download your processed data and quality control report -- ####
**[Session 7](https://shaziaruybal.github.io/covidClassifyR-workshop/sessions/2022-03-17-session7/index.html)** gave a recap of how to QC your data -- ####
**[Session 8](https://shaziaruybal.github.io/covidClassifyR-workshop/sessions/2022-03-17-session8/index.html)** gave you an overview of the classification algorithm -- .footnote[ .bottom[ For all the workshop materials see the [workshop website
](https://shaziaruybal.github.io/covidClassifyR-workshop/materials.html) ]] --- class: center #
# Today we will cover: -- ### How to apply the algorithm to your data -- ### How to download your classification data -- ### You can find the app [here
](https://shaziaruybal.shinyapps.io/covidClassifyR) --- ##
Classify your data .panelset.sideways[ .panel[.panel-name[Upload your data files] <video width="1330" height="410" controls> <source src="screen_records/upload_files.mp4" type="video/mp4"> </video> ] .panel[.panel-name[Select the algorithm] .pull-left[ The PNG algorithm should be used for data generated using the COVID-19 Luminex assay established at PNGIMR _*Note: the ability to upload already processed data is in development, for now you must upload raw data and your plate layout in order to run the classification algorithm on your data_ ] .pull-right[ ![](img/classification_select.png) ] ] .panel[.panel-name[Check your classification data] <video width="1330" height="410" controls> <source src="screen_records/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. ] .panel[.panel-name[Download your classification data] You can download your classification data, by navigating to the "Download data" tab. Make sure that you click on the correct button depending on the algorithm you applied to your data. ![](img/download.png) **
Tip:** The downloaded .csv file will include the algorithm in the file name, which you can also cross-check to make sure the appropriate algorithm was applied to classify the data. ] ] --- #
Your homework for next time -- ###
Try to import the raw data and explore the "Classification" tab -- ###
Download your classification data --- 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 9 Resources: ### [
Recording](https://youtu.be/LDihJvJZ3MQ) ### [
`covidClassifyR`](https://shaziaruybal.shinyapps.io/covidClassifyR) ### [
Workshop materials](https://shaziaruybal.github.io/covidClassifyR-workshop/materials.html) ### [
Slides for Session 9](https://shaziaruybal.github.io/covidClassifyR-workshop/slides/session7/session9_slides.html) ] --- class: inverse, middle, center #
Questions?