tronco.caprese | R Documentation |
Reconstruct a progression model using CAPRESE algorithm. For details and examples regarding the inference process and on the algorithm implemented in the package, we refer to the Vignette Section 6.
tronco.caprese(data, lambda = 0.5, silent = FALSE, epos = 0, eneg = 0)
data |
A TRONCO compliant dataset. |
lambda |
Coefficient to combine the raw estimate with a correction factor into a shrinkage estimator. |
silent |
A parameter to disable/enable verbose messages. |
epos |
Error rate of false positive errors. |
eneg |
Error rate of false negative errors. |
A TRONCO compliant object with reconstructed model
data(test_dataset_no_hypos)
recon = tronco.caprese(test_dataset_no_hypos)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.