Reads in a saved transmission record from file. Combines this with sampling information in the project to produce a pruned version of the transmission record that contains only the events relevant to the final sample. This pruned record is saved to the project.
prune_transmission_record(
project,
transmission_record_location = "",
silent = FALSE
)
a SIMPLEGEN project, as produced by the
simplegen_project()
function.
the file path to a transmission record already written to file.
whether to suppress written messages to the console.