various changes
This commit is contained in:
parent
5bdfd03443
commit
4ce2087224
3 changed files with 9 additions and 8 deletions
|
@ -68,7 +68,7 @@ bp_stability_hmap <- function(plotdf = merged_df3
|
|||
# Build data with colours
|
||||
# ~ ligand distance
|
||||
#=========================
|
||||
plotdf = generate_distance_colour_map(plotdf, yvar_colname = stability_colname, debug=TRUE)
|
||||
plotdf = generate_distance_colour_map(plotdf, debug=TRUE)
|
||||
|
||||
# order the df by position and ensure it is a factor
|
||||
plotdf = plotdf[order(plotdf[[xvar_colname]]), ]
|
||||
|
@ -131,7 +131,7 @@ bp_stability_hmap <- function(plotdf = merged_df3
|
|||
labs(title = p_title
|
||||
, x = my_xlab
|
||||
, y = my_ylab),
|
||||
generate_distance_legend(plotdf, yvar_colname = stability_colname),
|
||||
generate_distance_legend(plotdf),
|
||||
ncol = 2,
|
||||
#align = "hv",
|
||||
rel_widths = c(9/10, 0.4/10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue