fix some derps
This commit is contained in:
parent
61c7a30835
commit
1efb534f0f
2 changed files with 9 additions and 9 deletions
|
@ -12,7 +12,7 @@
|
|||
# wideP():
|
||||
# input args
|
||||
#==========================================================
|
||||
wideP_consurf <- function(plotdf
|
||||
OLD_wideP_consurf <- function(plotdf
|
||||
, xvar_colname = "position"
|
||||
, yvar_colname = "consurf_score"
|
||||
, yvar_colourN_colname = "consurf_colour_rev" # num from 0-1
|
||||
|
|
|
@ -507,11 +507,11 @@ wideP_consurf <- function(plot_df
|
|||
}
|
||||
|
||||
|
||||
wideP_consurf(
|
||||
merged_df3,
|
||||
A_xvar_aa = T,
|
||||
active_aa_pos = active_aa_pos,
|
||||
aa_pos_lig1 = aa_pos_lig1,
|
||||
aa_pos_lig2 = aa_pos_lig2,
|
||||
aa_pos_lig3 = aa_pos_lig3,
|
||||
debug=T)
|
||||
# wideP_consurf(
|
||||
# merged_df3,
|
||||
# A_xvar_aa = T,
|
||||
# active_aa_pos = active_aa_pos,
|
||||
# aa_pos_lig1 = aa_pos_lig1,
|
||||
# aa_pos_lig2 = aa_pos_lig2,
|
||||
# aa_pos_lig3 = aa_pos_lig3,
|
||||
# debug=T)
|
Loading…
Add table
Add a link
Reference in a new issue