added option to remove empty positions from logo plot
This commit is contained in:
parent
4e2f5f35db
commit
f27b536157
2 changed files with 21 additions and 15 deletions
|
@ -9,7 +9,8 @@ LogoPlotCustomH (plot_df = merged_df3
|
|||
, symbol_colname = "mutant_type"
|
||||
, y_axis_log = F
|
||||
, log_value = log10
|
||||
, my_logo_col = 'taylor'
|
||||
, rm_empty_pos = F
|
||||
, my_logo_col = 'hydrophobicity'
|
||||
, x_lab = "Position"
|
||||
, y_lab = "Odds Ratio"
|
||||
, x_ats = 12 # text size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue