A comprehensive R package for processing and analyzing data from EMBRACE-I and EMBRACE-II studies in gynecological oncology.
embraceR streamlines the analysis of clinical outcomes data from the EMBRACE studies (Image-guided intensity-modulated External beam radiochemotherapy and MRI-based adaptive BRAchytherapy in locally advanced CErvical cancer). It provides standardized workflows and ensures consistent analysis approaches across research projects.
This package contains analysis code only - no study data is included. Data access provided to participating centers and researchers upon request.
# Install from GitHub
if (!require("devtools")) install.packages("devtools")
devtools::install_github("steecker/embraceR")
- Standardized data loading for EMBRACE I & II
- Automated cleaning and transformation
- Consistent variable naming conventions
- Disease control endpoints
- Survival analysis tools
- Treatment response assessment
- Morbidity tracking
- EORTC questionnaire analysis
- Side effects monitoring
- Long-term follow-up tools
- Summary statistics generation
- Excel report creation
- Comparative outcome tables
library(embraceR)
# Load and process EMBRACE II data
data <- load_embrace_ii(
file_path = "path/to/emii.xlsx",
file_path_eqd2 = "path/to/emii_eqd2.xlsx"
)