Data Collaboration
New Tools from the R world and SLING
Bo Burla - Research Update Q2 2023
View these slides (live) on your device
https://slinghub.github.io/Talk_SLING_RU2023Q2
R
Statistical Programming Language
V1.0 in February 2000
R packages
CRAN (19’000)
Bioconductor (genomics)
GitHub
FDA: approved R
R Foundation (non-profit)
RStudio and Posit PBC (RStudio Inc.)
Graphical Interface for R (IDE)
Tidyverse
Shiny
RMarkdown -> R/Notebooks
For-Profit
library(midar)
panelA <- MidarExperiment()
panelA <- read_masshunter_csv(panelA, file_dir_names = data_path)
panelA <- read_msorganizer_xlm(panelA, filename = meta_path)
panelA <- normalize_by_istd(panelA)
panelA <- quantitate_by_istd(panelA)
panelA <- calculate_qc_metrics(panelA)
panelA <- apply_qc_filter(panelA,
CV_BQC_max = 20,
SB_RATIO_min = 5,
R2_min = 0.8,
RQC_CURVE = 1)
panelA <- read_masshunter_csv(panelA, file_dir_names = data_path)
panelA <- read_msorganizer_xlm(panelA, filename = meta_path)
panelA <- normalize_by_istd(panelA)
panelA <- quantitate_by_istd(panelA)
panelA <- calculate_qc_metrics(panelA)
panelA <- apply_qc_filter(panelA,
CV_BQC_max = 20,
SB_RATIO_min = 5,
R2_min = 0.8, RQC_CURVE = 1)
MidarExperiment
Data:
• Samples: 215
• Features: 428
Metadata:
• Sample annotation: ✓
• Feature annotation: ✓
• Internal standard annotation: ✓
• Response curves annotation: ✓
• Study samples annotation: ✗
Processing status: Adjusted Quantitated Data
Processing:
• ISTD normalized: ✓
• ISTD quantitated: ✓
• Drift corrected: ✓
• Batch corrected: ✗