All Projects

mixOmicsIO: Bioconductor Integration Pipeline

Data conversion architectural layer linking standard Bioconductor SummarizedExperiment objects with mixOmics formats.

R Data Pipelines Bioconductor

Data Architecture for Biology

As multi-omics studies grow, data conversion becomes a recurring source of errors. SummarizedExperiment is a standard container for genomic assays in R.

mixOmicsIO converts multi-assay objects into the matrices required by mixOmics while preserving the metadata needed to interpret the result.

Engineering Focus

  • Memory Optimization: Uses reference semantics where possible to reduce copying during larger transformations.
  • Type Safety in R: Implements strict S4 validation to guarantee data integrity before executing computationally expensive model fitting.