Install and load FTM
Corey Giles & Changyu Yi
2025-05-20
install_load.RmdInstalling and loading the package
The FTM package can be installed from Github using code below. Note that you’ll need to install glmnet package, if you haven’t already.
if (!require("devtools")) install.packages("devtools")
if (!require("glmnet")) install.packages("glmnet")
devtools::install_github("BakerMetabolomics/FlexibleTransferModels", build_vignettes = TRUE)Load the package.