removed setDT and replaced with dplyr alt in position_count_bp.R
This commit is contained in:
parent
65d697d3a2
commit
da8f8d90d4
5 changed files with 210 additions and 110 deletions
|
@ -133,6 +133,23 @@ outcome_stability_cols = c("duet_outcome"
|
|||
, "foldx_outcome"
|
||||
, "avg_stability_outcome")
|
||||
|
||||
raw_conservation_cols = c("consurf_score"
|
||||
, "provean_score"
|
||||
, "snap2_score")
|
||||
|
||||
scaled_conservation_cols = c("consurf_scaled"
|
||||
,"provean_scaled"
|
||||
, "snap2_scaled")
|
||||
|
||||
outcome_conservation_cols = c("consurf_outcome", "consurf_colour_rev"
|
||||
,"provean_outcome"
|
||||
, "snap2_outcome")
|
||||
|
||||
|
||||
|
||||
all_stability_cols = c(raw_stability_cols
|
||||
, scaled_stability_cols
|
||||
, outcome_stability_cols)
|
||||
, outcome_stability_cols
|
||||
, raw_conservation_cols
|
||||
, scaled_conservation_cols
|
||||
, outcome_conservation_cols)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue