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
)

Arguments

project

a SIMPLEGEN project, as produced by the simplegen_project() function.

transmission_record_location

the file path to a transmission record already written to file.

silent

whether to suppress written messages to the console.