Learn R Programming

dtComb

Development of a Comprehensive R Library for Combining Diagnostic Tests

This package was developed to combine two diagnostic tests using a various of approaches including statistical and machine learning-based methodologies. These approaches are divided into four groups: linear combination methods, non-linear combination methods, mathematical operators, and machine learning algorithms. Detailed documentation is at https://cran.r-project.org/web/packages/dtComb/vignettes/vignettedtComb.pdf.

URL for dtComb web tool: https://biotools.erciyes.edu.tr/dtComb/

Install the current release from CRAN:

install.packages('dtComb')

Copy Link

Version

Install

install.packages('dtComb')

Monthly Downloads

217

Version

1.0.7

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Gokmen Zararsiz

Last Published

March 30th, 2025

Functions in dtComb (1.0.7)

linComb

Linear Combination Methods for Diagnostic Test Scores
nonlinComb

Combine two diagnostic tests with several non-linear combination methods.
mlComb

Combine two diagnostic tests with Machine Learning Algorithms.
predict.dtComb

Predict combination scores and labels for new data sets using the training model
print_train

Print the summary of linComb, nonlinComb, mlComb and mathComb functions.
laparotomy

Diagnostic laparotomy dataset A data set containing the results of diagnostic laparotomy procedures for 225 patients.
plotComb

Plot the combination scores using the training model
mathComb

Combine two diagnostic tests with several mathematical operators and distance measures.
kappa.accuracy

Calculate Cohen's kappa and accuracy.
transform_math

Mathematical transformations for biomarkers
rocsum

Generate ROC curves and related statistics for the given markers and Combination score.
std.train

Standardization according to the chosen method.
std.test

Standardization according to the training model parameters.
allMethods

Machine learning model table for mlComb() Includes machine learning models used for the mlComb function
helper_TS

Helper function for TS method.
dtComb

dtComb: A Comprehensive R Package for Combining Diagnostic Tests
helper_minmax

Helper function for minmax method.
helper_PCL

Helper function for PCL method.
availableMethods

Available classification/regression methods in dtComb
helper_minimax

Helper function for minimax method.
helper_PT

Helper function for PT method.
exampleData2

Biomarker data from carriers of a rare genetic disorder A data set containing the carriers of a rare genetic disorder for 120 samples.
exampleData3

Simulated data with healthy and diseased individuals A simulation data containing 250 diseased and 250 healthy individuals.