saving work for the day
This commit is contained in:
parent
d1da203df0
commit
ab541aa3de
2 changed files with 2 additions and 1 deletions
|
@ -164,7 +164,7 @@ chemistry = data.frame(
|
|||
|
||||
# uncomment as necessary
|
||||
my_type = "EDLogo"
|
||||
my_type = "Logo"
|
||||
#my_type = "Logo"
|
||||
|
||||
logomaker(tab_mt
|
||||
, type = my_type
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue