Installation#
BayesOmics C++#
Note
The executable files are released under the GPL-3.0 License. Only Linux binaries for the x86_64 architecture are available; users on macOS or Windows can compile the source code manually.
Find the latest x86_64 Linux release on GitHub.
SBayesOmics R#
SBayesOmics is an R package designed for simulation.
Install the development version from GitHub:
if (!require("devtools", quietly = TRUE)) {
install.packages("devtools")
}
devtools::install_github("ShouyeLiu/SBayesOmics")
Updating log#
Version 0.0.1 (28 Apr 2025)
First release