LIBD Rstats Club: Exploring SpaceRanger summary metrics
Presented By : Manisha Barse
Date: October 10, 2025
GitHub Link: https://github.com/manishabarse/LIBD_presentation/tree/main/OOP_in_R
This presentation introduces object-oriented programming (OOP) in R, focusing on the S3 and S4 systems: the foundations behind most R and Bioconductor packages. We explore what objects, classes, and methods are, how S3 and S4 differ in structure, dispatch, and validation, and why both remain relevant. Real-world examples using SummarizedExperiment (airway dataset) demonstrate how S4 formal classes work in bioinformatics.
#RStats #OOP #S3 #S4 #Bioinformatics #SummarizedExperiment #Rprogramming