removed setDT and replaced with dplyr alt in position_count_bp.R

This commit is contained in:
Tanushree Tunstall 2022-08-14 14:19:09 +01:00
parent 65d697d3a2
commit da8f8d90d4
5 changed files with 210 additions and 110 deletions

View file

@ -24,7 +24,7 @@ stability_count_bp <- function(plotdf
, geom_ls = 10 # geom_label size
, yaxis_title = "Number of nsSNPs"
, bp_plot_title = ""
, label_categories = c("LEVEL1", "LEVEL2")
, label_categories #= c("LEVEL1", "LEVEL2")
, title_colour = "chocolate4"
, subtitle_text = NULL
, sts = 20
@ -69,7 +69,8 @@ stability_count_bp <- function(plotdf
scale_fill_manual(name = ""
# name = leg_title
, values = bar_fill_values
, labels = label_categories)
, labels = label_categories # problem with consurf decreasing level
)
return(OutPlot_count)