stuff
This commit is contained in:
parent
79b251047d
commit
c6f5a446c3
6 changed files with 56 additions and 55 deletions
|
@ -51,7 +51,8 @@ LogoPlotSnps <- function(plot_df
|
|||
, tpos0 = 0 # 0 is a magic number that does my sensible default
|
||||
, tW0 = 1
|
||||
, tH0 = 0.2
|
||||
, debug=FALSE
|
||||
, debug=FALSE,
|
||||
...
|
||||
|
||||
)
|
||||
|
||||
|
@ -286,7 +287,8 @@ LogoPlotSnps <- function(plot_df
|
|||
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,
|
||||
...)
|
||||
|
||||
#aligned=align_plots(logo_top, logo_bottom, anno_bar, align='vh', axis='lr')
|
||||
cowplot::plot_grid(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue