just added some minor tweaks for the logo plots with OR

This commit is contained in:
Tanushree Tunstall 2022-01-16 13:31:32 +00:00
parent 9546355241
commit 1244581cdd
2 changed files with 41 additions and 10 deletions

View file

@ -7,9 +7,11 @@ LogoPlotCustomH (plot_df = merged_df3
, x_axis_colname = "position"
, y_axis_colname = "or_mychisq"
, symbol_colname = "mutant_type"
, y_axis_log = T
, y_axis_log = F
, log_value = log10
, rm_empty_pos = T
, y_scale_increment = 5
, rm_empty_pos = F
, my_logo_col = 'chemistry'
, x_lab = "Position"
, y_lab = "Odds Ratio"