Summarise coverage by lineage/mutation combo
coverage_by_lineage_defs.Rd
Useful for finding whether some calls were based on less information
Arguments
- provoc_obj
Result of
provoc()
.- fun
The function used to summarise the coverage information.
- ...
Further arguments passed onto
fun()
, such asprob = 0.5
to find the median when fun =quantile
.