R/data_processing.R
dot-mergePanaroo.RdFinds batch output directories under input_path that contain final_graph.gml,
and merges them with panaroo-merge inside a Docker container. Output goes to
input_path/merge_output.
.mergePanaroo(
input_path,
core_threshold = 0.9,
len_dif_percent = 0.95,
cluster_threshold = 0.95,
family_seq_identity = 0.5,
threads = 8
)A directory that contains multiple Panaroo pangenome directories for merging.
Numeric. Core genome threshold for Panaroo (--core_threshold). Default 0.90.
Numeric. Length difference percentage (--len_dif_percent). Default 0.95.
Numeric. Sequence identity threshold (--threshold). Default 0.95.
Numeric. Gene family clustering identity (-f). Default 0.5.
Integer. Number of threads for Panaroo and parallel execution. Default 8.
A a single combined pangenome.