saving work
This commit is contained in:
parent
6934faca10
commit
8be1418a32
1 changed files with 12 additions and 0 deletions
|
@ -18,6 +18,17 @@ source("combining_dfs_plotting.R")
|
|||
rm(merged_df2, merged_df2_comp, merged_df2_lig, merged_df2_comp_lig
|
||||
, merged_df3_comp, merged_df3_comp_lig
|
||||
, my_df_u, my_df_u_lig)
|
||||
|
||||
|
||||
cols_to_select = c("mutation", "mutationinformation"
|
||||
, "wild_type", "position", "mutant_type"
|
||||
, "mutation_info")
|
||||
|
||||
merged_df3_short = merged_df3[, cols_to_select]
|
||||
|
||||
# write merged_df3 to generate structural figure
|
||||
write.csv(merged_df3_short, "merged_df3_short.csv")
|
||||
|
||||
#========================================================================
|
||||
#%%%%%%%%%%%%%%%%%%%
|
||||
# REASSIGNMENT: PS
|
||||
|
@ -74,6 +85,7 @@ if ( table(dr_muts_names%in%other_muts_names)[[1]] == length(dr_muts_names) &&
|
|||
quit()
|
||||
}
|
||||
|
||||
|
||||
#%%%%%%%%%%%%%%%%%%%
|
||||
# REASSIGNMENT: LIG
|
||||
#%%%%%%%%%%%%%%%%%%%%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue