Published August 3, 2026 | Version 2.1.1

BIOSZEN

Authors/Creators

Description

BIOSZEN is an app for data analysis and visualization from an Excel file. It can generate boxplot, barplot, violin plot, stacked plots, heatmaps, and correlation plots between parameters. It includes metadata-based reproducibility, normalized-data workflows, downloadable graphics and workbooks, normality tests such as Shapiro-Wilk, Kolmogorov-Smirnov, and Anderson-Darling, and significance tests such as ANOVA, Kruskal-Wallis, t-test, and Wilcoxon. It also extracts microbial growth curve parameters (uMax, max_percap_time, doub_time, lag_time, ODmax, max_time, AUC, OD0).

Notes

Version 2.1.1 improves application stability, startup reliability, dependency management, data compatibility, and overall robustness. It also introduces vector-based PowerPoint (.pptx) export for individual plots and multi-plot composition panels. Exported figures remain editable in PowerPoint, allowing users to modify text, fonts, colors, axes, legends, annotations, graphical elements, and layouts directly.

Technical info

BIOSZEN is now available through R-universe, making it easier to install and update the package directly from R. The application can also be launched conveniently from the RStudio Addins menu, allowing users to access BIOSZEN without manually entering commands.

To install BIOSZEN, run:

install.packages(
  "BIOSZEN",
  repos = c(
    "https://bioszen.r-universe.dev",
    "https://cloud.r-project.org"
  )
)

After installation, launch the application with:

BIOSZEN::BIOSZEN()

Files

README.md

Files (5.5 MB)

Name Size Download all
md5:0cb3dbcbbe1ee5df7d630d85ec790e3c
43.6 kB Download
md5:d439f3495b233fed459a229f2ebf4421
5.5 MB Download
md5:a1b2b67cf71eceabbf875d59fb9e9d76
9.5 kB Preview Download

Additional details

Related works

Is cited by
Journal article: 10.1002/jimd.70214 (DOI)
Preprint: 10.21203/rs.3.rs-10451293/v1 (DOI)
Is derived from
Software: https://github.com/bioszen/BIOSZEN (URL)
Is documented by
Software: https://bioszen.r-universe.dev/BIOSZEN (URL)
Is referenced by
Other: https://bio.tools/bioszen (URL)

Software

Repository URL
https://github.com/bioszen/BIOSZEN
Programming language
R
Development Status
Active

References