From 3d6498d98d9348cc07e755f55d1470dbc076dd0a Mon Sep 17 00:00:00 2001 From: Lydia Andreyevna Krasilnikova Date: Sun, 12 Nov 2023 20:33:08 -0500 Subject: [PATCH] changed line type for consensus-level matches --- bin/visualize_plate_map.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/visualize_plate_map.R b/bin/visualize_plate_map.R index b12beaa..f78fdd1 100755 --- a/bin/visualize_plate_map.R +++ b/bin/visualize_plate_map.R @@ -270,7 +270,7 @@ if(input_file_type == "contamination") data=subset(input_table, appearance_of_potential_contamination == "consensus-level"), mapping=aes(x=Column0+jitter_horizontal, y=Row0+jitter_vertical, xend=Column+jitter_horizontal, yend=Row+jitter_vertical, color=appearance_of_potential_contamination), - arrow=arrow(type="open", angle=30, length=unit(arrow_head_length,"cm")), linewidth=arrow_thickness, linetype="dotdash") + + arrow=arrow(type="open", angle=30, length=unit(arrow_head_length,"cm")), linewidth=arrow_thickness, linetype="longdash") + geom_segment( data=subset(input_table, appearance_of_potential_contamination == "minor and consensus-level"), mapping=aes(x=Column0+jitter_horizontal, y=Row0+jitter_vertical, xend=Column+jitter_horizontal, yend=Row+jitter_vertical,