saving work for the day

This commit is contained in:
Tanushree Tunstall 2021-09-02 17:40:24 +01:00
parent a981580b7a
commit 605eb54526
3 changed files with 14 additions and 7 deletions

View file

@ -12,9 +12,9 @@ source("../functions/lf_bp.R")
######################
# Make plot: ggplot
######################
lf_bp(lf_df = lf_dynamut2
, p_title = "Dynamut2"
, colour_categ = "ddg_dynamut2_outcome"
lf_bp(lf_df = lf_encomddg
, p_title = "ENCoM-DDG"
, colour_categ = "ddg_encom_outcome"
, x_grp = "mutation_info"
, y_var = "param_value"
, facet_var = "param_type"
@ -36,6 +36,9 @@ lf_bp(lf_df = lf_dynamut2
, my_paired = FALSE
, stat_label = c("p.format", "p.signif") )
#wilcox.test(wf_encomdds$`EnCOM ΔΔS`[wf_encomdds$mutation_info == "DM"]
# , wf_encomdds$`EnCOM ΔΔS`[wf_encomdds$mutation_info == "OM"])
######################
# Make plot: plotly
######################