regentrans: R package for investigating regional pathogen transmission using genomic data
5
stars
1
forks
source link
Refactor patient flow function to separate out getting flow and finding number of closely related pairs #31
Closed
zenalapp closed 3 years ago
Allows to only find patient flow once, and then can find number of closely related pairs for different thresholds more quickly & efficiently.
Replacement functions:
get_patient_flow(edge_df, paths = FALSE)
summarize_inter_pairs(snv_dists, summary_fns = c('min'), threshs = seq(5,20,5))
merge_inter_summaries(patient_flow = NULL, inter_pair_summary = NULL, fsp = NULL)
Other to dos: