added log10 OR and P values to myaf_or_calcs.R

This commit is contained in:
Tanushree Tunstall 2021-08-23 20:01:01 +01:00
parent 182465d579
commit 0e44958585
4 changed files with 32 additions and 12 deletions

View file

@ -76,6 +76,14 @@ if ( all(c1 == c2) ){
exit()
}
#------------------------------
# renaming foldx column from
# "ddg" --> "ddg_foldx"
#------------------------------
# change name to foldx
colnames(df)[n] <- "ddg_foldx"
#==================================
# extract unique mutation entries
#==================================