some stuff
This commit is contained in:
parent
365c322953
commit
c6a720770d
4 changed files with 13 additions and 10 deletions
|
@ -36,11 +36,11 @@ ColourPalleteMulti = function(df, group, subgroup){
|
|||
|
||||
bp_stability_hmap <- function(plot_df = merged_df3
|
||||
, xvar_colname = "position"
|
||||
, yvar_colname = 'duet_scaled' #FIXME: temp, remove
|
||||
, yvar_colname = 'duet_scaled' # Only here so that you can do function(df)
|
||||
#, bar_col_colname = "group"
|
||||
, stability_colname = "duet_scaled"
|
||||
, stability_outcome_colname = "duet_outcome"
|
||||
, p_title = "DUET" # "Protein stability (DUET)"
|
||||
, stability_colname = "duet_scaled" # Only here so that you can do function(df)
|
||||
, stability_outcome_colname = "duet_outcome" # Only here so that you can do function(df)
|
||||
, p_title = "DUMMY TITLE" # Only here so that you can do function(df)
|
||||
, 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