added foldx scaled and foldx outcome to plotting_data.R
This commit is contained in:
parent
5579e9527b
commit
6d08b646fc
3 changed files with 48 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue