saving work for the day

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

View file

@ -164,7 +164,7 @@ chemistry = data.frame(
# uncomment as necessary # uncomment as necessary
my_type = "EDLogo" my_type = "EDLogo"
my_type = "Logo" #my_type = "Logo"
logomaker(tab_mt logomaker(tab_mt
, type = my_type , type = my_type

View file

@ -53,6 +53,7 @@ source("../combining_two_df.R")
#%%%%%%%%%%%%%%%%%%%%%%%% #%%%%%%%%%%%%%%%%%%%%%%%%
# REASSIGNMENT # REASSIGNMENT
my_df = merged_df3 # to show multiple mutations per site 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) rm(merged_df2, merged_df2_comp, merged_df3, merged_df3_comp)