Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
labelling plots
  • Loading branch information
roberthardt committed Mar 29, 2023
1 parent a5cf01a commit d4ef374
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 95 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1261,9 +1261,9 @@ venn.diagram(venn_a,
filename = paste0("Venn_BioID-Biotin-riched-vs-DML_",
projectname, "_",format(Sys.time(),
'%Y%m%d_%H%M%S'),".png"),
category.names = c(all_BioID = "all BioID",
day7_0 = "day 7 vs. day 0",
day14_0 = "day 14 vs. day 0"),
category.names = c(all_BioID = "All BioID",
day7_0 = "Day 7 vs. day 0",
day14_0 = "Day 14 vs. day 0"),
print.mode = c("raw", "percent"),
sigdigs = 1,
fill = c("#EFC000FF", "#5CB85CFF", "#9632B8FF"),
Expand Down Expand Up @@ -4164,8 +4164,8 @@ venn.diagram(venn_a,
filename = paste0("P-Sites/Output/Venn_diagrams/Venn_microtubules-up_vs_DML-up_",
projectname, "_",format(Sys.time(),
'%Y%m%d_%H%M%S'),".png"),
category.names = c(microtubule_up = "microtubules up",
DML_up = "dimethyl up"),
category.names = c(microtubule_up = "Microtubules up",
DML_up = "Dimethyl up"),
print.mode = c("raw", "percent"),
sigdigs = 1,
fill = c("#EFC000FF", "#5CB85CFF"),
Expand All @@ -4185,8 +4185,8 @@ venn.diagram(venn_b,
filename = paste0("P-Sites/Output/Venn_diagrams/Venn_cytosol-nucleus-down_vs_DML-down__",
projectname, "_",format(Sys.time(),
'%Y%m%d_%H%M%S'),".png"),
category.names = c(cytonuc_up = "cytosol/nucleus up",
DML_down = "dimethyl down"),
category.names = c(cytonuc_up = "Cytosol/nucleus up",
DML_down = "Dimethyl down"),
print.mode = c("raw", "percent"),
sigdigs = 1,
fill = c("#D43F3AFF", "#9632B8FF"),
Expand Down
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

0 comments on commit d4ef374

Please sign in to comment.