R/sanity_check_functions.R
validate_mutation_check.RdValidates the output from mutation checking functions to ensure all mutations were correctly introduced into the genome.
validate_mutation_check(check_output)Logical value: TRUE if all mutations were correctly introduced, FALSE if any validation failures were detected
This function examines the output from a mutation checking function to verify that all mutations were correctly introduced into the genome. It:
This function is typically used as a safeguard in genome simulation pipelines to ensure the integrity of the mutation introduction process.