added af and OR columns in the data
This commit is contained in:
parent
69f3629cc0
commit
7f5ca7f5a4
1 changed files with 6 additions and 1 deletions
|
@ -28,7 +28,10 @@ cols_to_select = c("id", "sample"
|
||||||
, "mutationinformation"
|
, "mutationinformation"
|
||||||
, "wild_type"
|
, "wild_type"
|
||||||
, "position"
|
, "position"
|
||||||
, "mutant_type")
|
, "mutant_type"
|
||||||
|
, "af"
|
||||||
|
, "or_mychisq"
|
||||||
|
, "or_kin")
|
||||||
|
|
||||||
dnds_df_all = merged_df2[, cols_to_select]
|
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)
|
cat("Filename:", select_pressure_muts_aa_site)
|
||||||
write.csv(dnds_df_aa_site, select_pressure_muts_aa_site, row.names = FALSE)
|
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