Description Usage Arguments Details Value See Also
View source: R/castle_integrated.R
Estimates the parameters of the statistical model for the integrated version the CASTLE algorithm based on a set of training samples, assumed to have no mutant DNA present.
1 | train_integrated_ddpcr_model(background_samples, abc_grid_resolution = 25)
|
background_samples |
If data from QuataSoft is available,
these can be imported using |
abc_grid_resolution |
The resolution of the 3D-grid on which the integrated LR-test statistic is approximated. Default is 25 (equal to a grid of 25^3 = 15,625 points). |
In the test an integrated version of the Likelihood Ratio test
statistic is used, and this is approximated using a Riemann sum on a
3D-grid. The parameter abc_grid_resolution
controls this
approximation as the sum is calculated on abc_grid_resolution^3
points. Higher values give better approximation but longer computation
times.
List of parameter estimates for the integrated CASLTE model. This
should be used as input for test_tumor_sample_integrated
.
import_QS_files, test_tumor_sample_integrated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.