gidb_dev #1

Closed
tanu wants to merge 386 commits from gidb_dev into master
Showing only changes of commit 7f5ca7f5a4 - Show all commits

View file

@ -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)