added af and OR columns in the data
This commit is contained in:
parent
da3b23d502
commit
7158f5b2c9
1 changed files with 6 additions and 1 deletions
|
@ -28,7 +28,10 @@ cols_to_select = c("id", "sample"
|
|||
, "mutationinformation"
|
||||
, "wild_type"
|
||||
, "position"
|
||||
, "mutant_type")
|
||||
, "mutant_type"
|
||||
, "af"
|
||||
, "or_mychisq"
|
||||
, "or_kin")
|
||||
|
||||
dnds_df_all = merged_df2[, cols_to_select]
|
||||
|
||||
|
@ -69,3 +72,5 @@ write.csv(dnds_df_all, select_pressure_muts_all, row.names = FALSE)
|
|||
#----------
|
||||
cat("Filename:", select_pressure_muts_aa_site)
|
||||
write.csv(dnds_df_aa_site, select_pressure_muts_aa_site, row.names = FALSE)
|
||||
|
||||
colnames(dnds_df_all)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue