BioPred

The R package BioPred offers a suite of tools for subgroup and biomarker analysis in precision medicine. Leveraging Extreme Gradient Boosting (XGBoost) along with propensity score weighting and A-learning methods, BioPred facilitates the optimization of individualized treatment rules (ITR) to streamline sub-group identification. BioPred also enables the identification of predictive biomarkers and obtaining their importance rankings. Moreover, the package provides graphical plots tailored for biomarker analysis. This tool enables clinical researchers seeking to enhance their understanding of biomarkers and patient popula-tion in drug development. ## Installation

You can install the BioPred package from GitHub using the devtools package. If you don’t have devtools installed, you can install it using:

install.packages("devtools")
devtools::install_github("deeplearner0731/BioPred")

You can also install BioPred package from CRAN

install.packages("BioPred")

Main Functions

The BioPred package depends on the following R packages:

Author

This package is maintained by Zihuan Liu. For any queries or issues, please contact me at zihuan.liu@abbvie.com.

License

This package is licensed under the GPL-3 License.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes. Make sure to follow the coding guidelines and document your code appropriately.

Acknowledgments

Special thanks to all contributors and the open-source community for their invaluable support.