Compute error rates for the considered variants comparing observed data to LACE corrected genotype.
# S3 method for class 'variants.error.rates'
compute(D, inference)
Arguments
- 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.
Value
A matrix variants_error_rates with the estimated error rates for the considered variants.
Examples
data(longitudinal_sc_variants)
data(inference)
variants_error_rates <- compute.variants.error.rates(longitudinal_sc_variants,inference)