stuff
This commit is contained in:
parent
79b251047d
commit
c6f5a446c3
6 changed files with 56 additions and 55 deletions
|
@ -56,7 +56,8 @@ bp_stability_hmap <- function(plot_df = merged_df3
|
|||
, tW0 = 1
|
||||
, tH0 = 0.2,
|
||||
y_max_override = 1, # an override for tidily plotting multiple different-ranged plots together
|
||||
reorder_position = FALSE # enable to reorder according to plot_df$pos_count
|
||||
reorder_position = FALSE, # enable to reorder according to plot_df$pos_count
|
||||
...
|
||||
|
||||
|
||||
|
||||
|
@ -103,7 +104,8 @@ bp_stability_hmap <- function(plot_df = merged_df3
|
|||
active_aa_pos=active_aa_pos,
|
||||
aa_pos_lig1=aa_pos_lig1,
|
||||
aa_pos_lig2=aa_pos_lig2,
|
||||
aa_pos_lig3=aa_pos_lig3
|
||||
aa_pos_lig3=aa_pos_lig3,
|
||||
...
|
||||
)
|
||||
|
||||
subcols_plot = ggplot(plot_df) +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue