added plots for thesis

This commit is contained in:
Tanushree Tunstall 2022-08-03 21:32:47 +01:00
parent 41c4996426
commit aabe466599
17 changed files with 24 additions and 2913 deletions

View file

@ -128,9 +128,6 @@ plot_df$pvalRF = ifelse(plot_df$pvalR > 0.05, paste0("p=",plot_df$pvalR), plot_d
# plot_df$pvalF = ifelse(plot_df$pval < 0.05, paste0(round(plot_df$pval, 3), "* "), plot_df$pval )
# plot_df$pvalF = ifelse(plot_df$pval == 0.05, paste0(round(plot_df$pval, 3), ". "), plot_df$pval )
round(plot_df$pvalF, 3)
#================================================
# Plot attempt 1 [no stats]: WORKS beeautifully
#================================================