Learn R Programming

BioMoR (version 0.1.1)

Bioinformatics Modeling with Recursion and Autoencoder-Based Ensemble

Description

Tools for bioinformatics modeling using recursive transformer-inspired architectures, autoencoders, random forests, XGBoost, and stacked ensemble models. Includes utilities for cross-validation, calibration, benchmarking, and threshold optimization in predictive modeling workflows. The methodology builds on ensemble learning (Breiman 2001 ), gradient boosting (Chen and Guestrin 2016 ), autoencoders (Hinton and Salakhutdinov 2006 ), and recursive transformer efficiency approaches such as Mixture-of-Recursions (Bae et al. 2025 ).

Copy Link

Version

Install

install.packages('BioMoR')

Monthly Downloads

146

Version

0.1.1

License

MIT + file LICENSE

Maintainer

MD. Arshad

Last Published

December 10th, 2025

Functions in BioMoR (0.1.1)

train_xgb_caret

Train an XGBoost model with caret
train_rf

Train a Random Forest model with caret
train_biomor

Train BioMoR Autoencoder
calibrate_model

Calibrate model probabilities
get_embeddings

Get Embeddings from Autoencoder (stub)
compute_f1_threshold

Compute optimal threshold for maximum F1 score
BioMoR

BioMoR: Bioinformatics Modeling with Recursion, Autoencoders, and Stacked Models
get_cv_control

Get caret cross-validation control
biomor_run_pipeline

Run full BioMoR pipeline
brier_score

Compute Brier Score
train_autoencoder

Train Autoencoder (stub)
prepare_model_data

Prepare dataset for modeling
biomor_benchmark

Benchmark a trained model