updated corr plots to show points with no colours
This commit is contained in:
parent
883207bc4b
commit
8ddca4a8b1
1 changed files with 11 additions and 17 deletions
|
@ -206,12 +206,13 @@ OutPlot1 = pairs.panels(my_corr_ps[1:(length(my_corr_ps)-1)]
|
||||||
, rug = F
|
, rug = F
|
||||||
, breaks = "Sturges"
|
, breaks = "Sturges"
|
||||||
, show.points = T
|
, show.points = T
|
||||||
, bg = c("#f8766d", "#00bfc4")[unclass(factor(my_corr_ps$duet_outcome))]
|
#, bg = c("#f8766d", "#00bfc4")[unclass(factor(my_corr_ps$duet_outcome))] # can't use colour as duet and foldx are opposite
|
||||||
, pch = 21
|
#, pch = 21 # for bg
|
||||||
|
, pch = 19
|
||||||
, jitter = T
|
, jitter = T
|
||||||
#, alpha = .05
|
, alpha = 1
|
||||||
#, points(pch = 19, col = c("#f8766d", "#00bfc4"))
|
#, points(pch = 19, col = c("#f8766d", "#00bfc4"))
|
||||||
, cex = 3
|
, cex = 1.8
|
||||||
, cex.axis = 2
|
, cex.axis = 2
|
||||||
, cex.labels = 4
|
, cex.labels = 4
|
||||||
, cex.cor = 1
|
, cex.cor = 1
|
||||||
|
@ -237,12 +238,7 @@ OutPlot1_upper = my_pp(my_corr_ps[1:(length(my_corr_ps)-1)] # no lower panel
|
||||||
, stars = T
|
, stars = T
|
||||||
, rug = F
|
, rug = F
|
||||||
, breaks = "Sturges"
|
, breaks = "Sturges"
|
||||||
, show.points = T
|
, show.points = F
|
||||||
, bg = c("#f8766d", "#00bfc4")[unclass(factor(my_corr_ps$duet_outcome))]
|
|
||||||
, pch = 21
|
|
||||||
, jitter = T
|
|
||||||
#, alpha = .05
|
|
||||||
#, points(pch = 19, col = c("#f8766d", "#00bfc4"))
|
|
||||||
, cex = 3
|
, cex = 3
|
||||||
, cex.axis = 1.6
|
, cex.axis = 1.6
|
||||||
, cex.labels = 4
|
, cex.labels = 4
|
||||||
|
@ -322,12 +318,13 @@ OutPlot2 = pairs.panels(my_corr_lig[1:(length(my_corr_lig)-1)]
|
||||||
, rug = F
|
, rug = F
|
||||||
, breaks = "Sturges"
|
, breaks = "Sturges"
|
||||||
, show.points = T
|
, show.points = T
|
||||||
, bg = c("#f8766d", "#00bfc4")[unclass(factor(my_corr_lig$ligand_outcome))]
|
#, bg = c("#f8766d", "#00bfc4")[unclass(factor(my_corr_lig$ligand_outcome))] # can't use colour as duet and foldx are opposite
|
||||||
, pch = 21
|
#, pch = 21 # for bg
|
||||||
|
, pch = 19
|
||||||
, jitter = T
|
, jitter = T
|
||||||
#, alpha = .05
|
#, alpha = .05
|
||||||
#, points(pch = 19, col = c("#f8766d", "#00bfc4"))
|
#, points(pch = 19, col = c("#f8766d", "#00bfc4"))
|
||||||
, cex = 3
|
, cex = 2
|
||||||
, cex.axis = 2
|
, cex.axis = 2
|
||||||
, cex.labels = 4
|
, cex.labels = 4
|
||||||
, cex.cor = 1
|
, cex.cor = 1
|
||||||
|
@ -353,10 +350,7 @@ OutPlot2_upper = my_pp(my_corr_lig[1:(length(my_corr_lig)-1)]
|
||||||
, stars = T
|
, stars = T
|
||||||
, rug = F
|
, rug = F
|
||||||
, breaks = "Sturges"
|
, breaks = "Sturges"
|
||||||
, show.points = T
|
, show.points = F
|
||||||
, bg = c("#f8766d", "#00bfc4")[unclass(factor(my_corr_lig$ligand_outcome))]
|
|
||||||
, pch = 21
|
|
||||||
, jitter = T
|
|
||||||
#, alpha = .05
|
#, alpha = .05
|
||||||
#, points(pch = 19, col = c("#f8766d", "#00bfc4"))
|
#, points(pch = 19, col = c("#f8766d", "#00bfc4"))
|
||||||
, cex = 3
|
, cex = 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue