Optimization-Based Analysis of Micro Arrays. It allows the user to interactively analyze individual conditions and meta-analyze up to five databases.
You can install the released version of OBAMA from with:
# Install OBAMA
devtools::install_github("DeiverSuarez/OBAMA") You need to download the package 'optrees_1.0.tar.gz' to proceed with the installation: https://cran.r-project.org/src/contrib/Archive/optrees/
install.packages("/ruta/al/paquete.tar.gz", repos = NULL, type = "source") To open the OBAMA app, please execute the following commands in the RStudio console:
library(OBAMA)
run_app()