knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures", out.width = "100%" )

The package is not yet on CRAN. You can install from Github:
if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools") if (!requireNamespace("Blasso", quietly = TRUE)) devtools::install_github("DongqiangZeng0808/Blasso")
Loading packages and main function in the package:
library(Blasso) help("best_predictor_cox") help("best_predictor_binomial")
Supplementary data
data("target") head(target) data("features") features[1:5,1:5]
res<-best_predictor_cox(target_data = target, features = features, status = "status", time = "time", nfolds = 10, permutation = 300, show_progress = FALSE) head(res$res, n = 10)
res<-best_predictor_binomial(target_data = target, features = features, response = "status", nfolds = 10, permutation = 300, show_progress = FALSE) head(res$res, n = 10)
sessionInfo()
Zeng D, Ye Z, Wu J, Zhou R, Fan X, Wang G, Huang Y, Wu J, Sun H, Wang M, Bin J, Liao Y, Li N, Shi M, Liao W. Macrophage correlates with immunophenotype and predicts anti-PD-L1 response of urothelial cancer. Theranostics 2020; 10(15):7002-7014. doi:10.7150/thno.46176
Contact: E-mail any questions to dongqiangzeng0808@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.