saving work for the day
This commit is contained in:
parent
aad225b3d4
commit
c2a4e1b0ec
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue