This commit is contained in:
Tanushree Tunstall 2022-09-05 19:27:11 +01:00
parent 4a34d7a94d
commit bb022470d9
3 changed files with 41 additions and 14 deletions

View file

@ -228,6 +228,7 @@ posC_all = site_snp_count_bp(plotdf = df3
, axis_label_size = axis_label_size)
posC_all
##################################################################
# consurf_colours_no_isd
consurfP = stability_count_bp(plotdf = df3
, df_colname = "consurf_outcome"
#, leg_title = "ConSurf"
@ -235,7 +236,7 @@ consurfP = stability_count_bp(plotdf = df3
, yaxis_title = "Number of nsSNPs"
, leg_position = "top"
, subtitle_text = "ConSurf"
, bar_fill_values = consurf_colours # from globals
, bar_fill_values = consurf_colours_no_isd # from globals
, subtitle_colour= "black"
, sts = sts
, lts = lts