Animation Example: Proximity Gradient Boosting Algorithm

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

This vignette visualizes the iterative process of proximity gradient boosting proposed in ColocBoost from an extensive simulation example.

The animation below demonstrates how ColocBoost iteratively updates across multiple rounds. Observe how the blue points (proxies) distribute around the selected best update, showing the algorithm's ability to capture LD structure during optimization.

knitr::include_graphics("../man/figures/ColocBoost_update.gif")

See more details in the ColocBoost Manuscript and the GitHub repository.



Try the colocboost package in your browser

Any scripts or data that you put into this service are public.

colocboost documentation built on June 8, 2025, 11:07 a.m.