added NOTE to the barplots_subcolours_aa_PS.R as I am trying it for other plots
This commit is contained in:
parent
d13484e8f5
commit
9c3818fd98
2 changed files with 24 additions and 20 deletions
|
@ -102,9 +102,9 @@ merged_df3_comp = all_plot_dfs[[4]]
|
|||
# Data for logoplots
|
||||
####################################################################
|
||||
|
||||
#source(paste0(plot_script_path, "logo_data_msa.R"))
|
||||
#s1 = c("\nSuccessfully sourced logo_data_msa.R")
|
||||
#cat(s1)
|
||||
source(paste0(plot_script_path, "logo_data_msa.R"))
|
||||
s1 = c("\nSuccessfully sourced logo_data_msa.R")
|
||||
cat(s1)
|
||||
|
||||
####################################################################
|
||||
# Data for DM OM Plots: WF and LF dfs
|
||||
|
@ -113,9 +113,9 @@ merged_df3_comp = all_plot_dfs[[4]]
|
|||
#source("other_plots_data.R")
|
||||
####################################################################
|
||||
|
||||
#source(paste0(plot_script_path, "dm_om_data.R"))
|
||||
#s2 = c("\nSuccessfully sourced other_plots_data.R")
|
||||
#cat(s2)
|
||||
source(paste0(plot_script_path, "dm_om_data.R"))
|
||||
s2 = c("\nSuccessfully sourced other_plots_data.R")
|
||||
cat(s2)
|
||||
|
||||
####################################################################
|
||||
# Data for Lineage barplots: WF and LF dfs
|
||||
|
@ -152,20 +152,23 @@ head(corr_df_m3_f)
|
|||
corr_df_m2_f = corr_data_extract(merged_df2, extract_scaled_cols = F)
|
||||
head(corr_df_m2_f)
|
||||
|
||||
s4 = c("\nSuccessfully sourced Corr_data.R")
|
||||
cat(s4)
|
||||
|
||||
########################################################################
|
||||
# End of script
|
||||
########################################################################
|
||||
# if ( all( length(s1), length(s2), length(s3), length(s4) ) > 0 ){
|
||||
# cat(
|
||||
# "\n##################################################"
|
||||
# , "\nSuccessful: get_plotting_dfs.R worked!"
|
||||
# , "\n###################################################\n")
|
||||
# } else {
|
||||
# cat(
|
||||
# "\n#################################################"
|
||||
# , "\nFAIL: get_plotting_dfs.R didn't complete fully!Please check"
|
||||
# , "\n###################################################\n" )
|
||||
# }
|
||||
if ( all( length(s1), length(s2), length(s3), length(s4) ) > 0 ){
|
||||
cat(
|
||||
"\n##################################################"
|
||||
, "\nSuccessful: get_plotting_dfs.R worked!"
|
||||
, "\n###################################################\n")
|
||||
} else {
|
||||
cat(
|
||||
"\n#################################################"
|
||||
, "\nFAIL: get_plotting_dfs.R didn't complete fully!Please check"
|
||||
, "\n###################################################\n" )
|
||||
}
|
||||
|
||||
########################################################################
|
||||
# clear excess variables: from the global enviornment
|
||||
|
@ -175,8 +178,7 @@ vars1 = ls(envir = .GlobalEnv)[grepl("^cols_to*", ls(envir = .GlobalEnv))]
|
|||
vars2 = ls(envir = .GlobalEnv)[grepl("pivot_cols_*", ls(envir = .GlobalEnv))]
|
||||
vars3 = ls(envir = .GlobalEnv)[grepl("expected_*", ls(envir = .GlobalEnv))]
|
||||
|
||||
rm( fact_cols
|
||||
, infile_metadata
|
||||
rm( infile_metadata
|
||||
, infile_params
|
||||
, vars0
|
||||
, vars1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue