playing with MSA plots to allow filtering of positions, arghhh
This commit is contained in:
parent
08bd8a2ee5
commit
00094f036a
6 changed files with 209 additions and 46 deletions
|
@ -110,9 +110,16 @@ merged_df3_comp = all_plot_dfs[[4]]
|
|||
####################################################################
|
||||
|
||||
#source(paste0(plot_script_path, "logo_data.R"))
|
||||
|
||||
#s1 = c("\nSuccessfully sourced logo_data.R")
|
||||
#cat(s1)
|
||||
# input data is merged_df3
|
||||
# so repurposed it into a function so params can be passed instead to generate
|
||||
# data required for plotting.
|
||||
# Moved "logo_data.R" to redundant/
|
||||
|
||||
source(paste0(plot_script_path, "logo_data_msa.R"))
|
||||
s1 = c("\nSuccessfully sourced logo_data_msa.R")
|
||||
cat(s1)
|
||||
|
||||
####################################################################
|
||||
# Data for DM OM Plots: Long format dfs
|
||||
|
@ -173,4 +180,4 @@ rm(c1
|
|||
, vars0
|
||||
, vars1
|
||||
, vars2
|
||||
, vars3)
|
||||
, vars3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue