added foldx scaled and foldx outcome to plotting_data.R

This commit is contained in:
Tanushree Tunstall 2020-09-23 11:12:41 +01:00
parent 5579e9527b
commit 6d08b646fc
3 changed files with 48 additions and 17 deletions

View file

@ -59,7 +59,6 @@ if (my_min == -1 && my_max == 1){
cat("FAIL: could not scale foldx ddg values"
, "Aborting!")
}
#================================
# adding foldx outcome category
@ -76,7 +75,7 @@ if ( all(c1 == c2) ){
cat("FAIL: foldx outcome could not be created. Aborting!")
exit()
}
#=======================================================================
# name tidying
df_ps$mutation_info = as.factor(df_ps$mutation_info)
df_ps$duet_outcome = as.factor(df_ps$duet_outcome)