attempted omitting snp from logo plot for OR
This commit is contained in:
parent
1244581cdd
commit
efe6703673
3 changed files with 12 additions and 23 deletions
|
@ -1,17 +1,14 @@
|
|||
|
||||
#source("~/git/LSHTM_analysis/config/gid.R")
|
||||
#source("~/git/LSHTM_analysis/scripts/plotting/get_plotting_dfs.R")
|
||||
|
||||
|
||||
LogoPlotCustomH (plot_df = merged_df3
|
||||
, x_axis_colname = "position"
|
||||
, y_axis_colname = "or_mychisq"
|
||||
, symbol_colname = "mutant_type"
|
||||
, y_axis_log = F
|
||||
, log_value = log10
|
||||
, y_scale_increment = 5
|
||||
|
||||
, rm_empty_pos = F
|
||||
, y_axis_increment = 5
|
||||
, rm_empty_y = T
|
||||
, my_logo_col = 'chemistry'
|
||||
, x_lab = "Position"
|
||||
, y_lab = "Odds Ratio"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue