ODT: Optimal Decision Trees Algorithm

Implements a tree-based method specifically designed for personalized medicine applications. By using genomic and mutational data, 'ODT' efficiently identifies optimal drug recommendations tailored to individual patient profiles. The 'ODT' algorithm constructs decision trees that bifurcate at each node, selecting the most relevant markers (discrete or continuous) and corresponding treatments, thus ensuring that recommendations are both personalized and statistically robust. This iterative approach enhances therapeutic decision-making by refining treatment suggestions until a predefined group size is achieved. Moreover, the simplicity and interpretability of the resulting trees make the method accessible to healthcare professionals. Includes functions for training the decision tree, making predictions on new samples or patients, and visualizing the resulting tree. For detailed insights into the methodology, please refer to Gimeno et al. (2023) <doi:10.1093/bib/bbad200>.

Version: 1.0.0
Depends: R (≥ 4.0), matrixStats, partykit, data.tree, stats
Imports: magick, DiagrammeRsvg, grDevices, DiagrammeR, rsvg
Suggests: RUnit, Matrix, rmarkdown, robustbase, knitr
Published: 2024-10-18
DOI: 10.32614/CRAN.package.ODT
Author: Maddi Eceiza [aut], Lucia Ruiz [aut], Angel Rubio [aut], Katyna Sada Del Real [aut, cre]
Maintainer: Katyna Sada Del Real <ksada at unav.es>
License: Artistic-2.0
NeedsCompilation: no
Materials: README NEWS
CRAN checks: ODT results

Documentation:

Reference manual: ODT.pdf
Vignettes: ODT (source, R code)

Downloads:

Package source: ODT_1.0.0.tar.gz
Windows binaries: r-devel: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-release (arm64): ODT_1.0.0.tgz, r-oldrel (arm64): ODT_1.0.0.tgz, r-release (x86_64): ODT_1.0.0.tgz, r-oldrel (x86_64): ODT_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=ODT to link to this page.