The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

OmicsPrepR

R-CMD-check License: GPL v3 GitHub version Last commit



Authors

Overview

OmicsPrepR is an integrated R package that provides unified workflows for quality control, normalization, and visualization of proteomic and metabolomic data.
It simplifies preprocessing through automated imputation, scaling, and PCA-based exploratory analysis, enabling efficient preparation of omics datasets for downstream statistical and machine learning analyses.


Installation

You can install the development version directly from GitHub:

```r # install.packages(“devtools”) devtools::install_github(“ikemillar/OmicsPrepR”)

library(OmicsPrepR)

Load omics dataset

omics_data <- load_omics(“data.csv”)

Impute missing values

omics_imputed <- impute_missing(omics_data)

Export cleaned dataset

export_clean(omics_imputed, “cleaned_data.csv”)

Visualize PCA structure

plot_omics(omics_imputed)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.