added log10 OR and P values to myaf_or_calcs.R
This commit is contained in:
parent
0c16937b68
commit
1e3670f935
4 changed files with 32 additions and 12 deletions
|
@ -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
|
||||
#==================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue