added placeholder defaults for functions in R to make sure that R shiny layput works with a data set for meeting tomorrow
This commit is contained in:
parent
0460ca1708
commit
d38521e03a
11 changed files with 120 additions and 83 deletions
|
@ -6,10 +6,10 @@
|
|||
# beeswarm
|
||||
#############################
|
||||
|
||||
lf_bp <- function(lf_df
|
||||
, p_title = ""
|
||||
, colour_categ = ""
|
||||
, x_grp = "mutation_info"
|
||||
lf_bp <- function(lf_df = lf_duet
|
||||
, p_title = "DUET-DDG"
|
||||
, colour_categ = "duet_outcome"
|
||||
, x_grp = "mutation_info_labels"
|
||||
, y_var = "param_value"
|
||||
, facet_var = "param_type"
|
||||
, n_facet_row = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue