gidb_dev #1

Closed
tanu wants to merge 386 commits from gidb_dev into master
2 changed files with 2 additions and 1 deletions
Showing only changes of commit ab541aa3de - Show all commits

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)