agenerated corr plots with MAF and provean

This commit is contained in:
Tanushree Tunstall 2022-08-06 13:08:42 +01:00
parent 1a513913ce
commit 569e372476
6 changed files with 115 additions and 104 deletions

View file

@ -223,20 +223,20 @@ consurf_palette2 = c("0" = "yellow2"
, "9" = "darkorchid4")
consurf_colours = c(#"0" = rgb(1.00,1.00,0.59)
"nsd" = rgb(1.00,1.00,0.59)
, "1" = rgb(0.63,0.16,0.37)
, "2" = rgb(0.94,0.49,0.67)
, "3" = rgb(0.98,0.78,0.86)
, "4" = rgb(0.98,0.92,0.96)
, "5" = rgb(1.00,1.00,1.00)
, "6" = rgb(0.84,0.94,0.94)
, "7" = rgb(0.65,0.86,0.90)
, "8" = rgb(0.29,0.69,0.75)
, "9" = rgb(0.04,0.49,0.51)
)
consurf_colours = c(
"nsd" = rgb(1.00,1.00,0.59)
, "1" = rgb(0.63,0.16,0.37)
, "2" = rgb(0.94,0.49,0.67)
, "3" = rgb(0.98,0.78,0.86)
, "4" = rgb(0.98,0.92,0.96)
, "5" = rgb(1.00,1.00,1.00)
, "6" = rgb(0.84,0.94,0.94)
, "7" = rgb(0.65,0.86,0.90)
, "8" = rgb(0.29,0.69,0.75)
, "9" = rgb(0.04,0.49,0.51)
)
consurf_bp_colours = c(#"0" = rgb(1.00,1.00,0.59)
consurf_bp_colours = c(
"0" = rgb(1.00,1.00,0.59)
, "1" = rgb(0.63,0.16,0.37)
, "2" = rgb(0.94,0.49,0.67)