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
|
@ -36,9 +36,9 @@ ColourPalleteMulti = function(df, group, subgroup){
|
|||
bp_stability_hmap <- function(plotdf = merged_df3
|
||||
, xvar_colname = "position"
|
||||
#, bar_col_colname = "group"
|
||||
, stability_colname = ""
|
||||
, stability_outcome_colname = ""
|
||||
, p_title = "" # "Protein stability (DUET)"
|
||||
, stability_colname = "duet_scaled"
|
||||
, stability_outcome_colname = "duet_outcome"
|
||||
, p_title = "DUET" # "Protein stability (DUET)"
|
||||
, my_xaxls = 12 # x-axis label size
|
||||
, my_yaxls = 20 # y-axis label size
|
||||
, my_xaxts = 18 # x-axis text size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue