Skip to content

Commit

Permalink
changed line type for consensus-level matches
Browse files Browse the repository at this point in the history
  • Loading branch information
lakras authored Nov 13, 2023
1 parent 409176b commit 3d6498d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/visualize_plate_map.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3d6498d

Please sign in to comment.