Skip to content

JD2112/ShinyOlink

Shiny for Olink Data Analysis

(Under active development)

DOI GitHub Invite Collaborators

This Shiny app provides a user-friendly interface for performing quick analysis of Olink data using OlinkAnalyze package. It allows for data upload, parameter customization, visualization of results, and exporting of analysis outputs.

Data Upload and Merging

In the sidebar, you'll find three file upload buttons:

  • Upload NPX Data (CSV) - needs to have SampleID column
  • Upload Key File (CSV) - needs to have SampleID and SUBJID columns
  • Upload Variables File (CSV) - needs to have SUBJID columns

How to run locally

R # laod R >= 4.3.1
library(shiny)
shiny::runApp("app.R")

Online webserver

https://jyotirmoydas.shinyapps.io/ShinyOlink/

Highlights

  1. Data upload and merging
  2. Data preview
  3. Descriptive statistics
  4. Normality tests for individual proteins
  5. PCA plot with customizable options
  6. T-Test with downloadable results
  7. ANOVA with customizable number of covariates and downloadable results
  8. Volcano plot
  9. Violin plot for selected proteins

Credits

References

See OlinkAnalyze package https://github.com/Olink-Proteomics/OlinkRPackage

Citation

Jyotirmoy Das. (2024). JD2112/ShinyOlink: ShinyOlink (v1.0). Zenodo. https://doi.org/10.5281/zenodo.14287630

Acknowledgement

We would like to acknowledge the Core Facility, Faculty of Medicine and Health Sciences, Linköping University, Linköping, Sweden and Clinical Genomics Linköping, Science for Life Laboratory, Sweden for their support.