compute.variants.error.rates | R Documentation |
Compute error rates for the considered variants comparing observed data to LACE corrected genotype.
## S3 method for class 'variants.error.rates' compute(D, inference)
D |
Mutation data from multiple experiments for a list of driver genes provided as a data matrix per time point. |
inference |
Results of the inference by LACE. |
A matrix variants_error_rates with the estimated error rates for the considered variants.
data(longitudinal_sc_variants) data(inference) variants_error_rates <- compute.variants.error.rates(longitudinal_sc_variants,inference)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.