saving work for the day

This commit is contained in:
Tanushree Tunstall 2020-03-27 17:08:33 +00:00
parent aad225b3d4
commit c2a4e1b0ec
2 changed files with 2 additions and 1 deletions

View file

@ -53,6 +53,7 @@ source("../combining_two_df.R")
#%%%%%%%%%%%%%%%%%%%%%%%%
# REASSIGNMENT
my_df = merged_df3 # to show multiple mutations per site
my_df = read.csv(file.choose())
#%%%%%%%%%%%%%%%%%%%%%%%%
rm(merged_df2, merged_df2_comp, merged_df3, merged_df3_comp)