added outcome col to dm_om data
This commit is contained in:
parent
54b3dd9d42
commit
4e6f10d1ba
4 changed files with 65 additions and 9 deletions
|
@ -1,3 +1,13 @@
|
|||
#################
|
||||
# Numbers
|
||||
##################
|
||||
nrow(wf_mcsm_lig)
|
||||
table(wf_mcsm_lig$mutation_info_labels)
|
||||
|
||||
nrow(wf_mcsm_ppi2)
|
||||
table(wf_mcsm_ppi2$mutation_info_labels)
|
||||
################################################################
|
||||
|
||||
geneL_normal = c("pnca")
|
||||
geneL_na = c("gid", "rpob")
|
||||
geneL_ppi2 = c("alr", "embb", "katg", "rpob")
|
||||
|
@ -116,6 +126,11 @@ stability_suffix <- paste0(delta_symbol, delta_symbol, "G")
|
|||
lf_bp2(lf_df_stabP, p_title = paste0("Stability",stability_suffix)
|
||||
, violin_quantiles = c(0.5), monochrome = F)
|
||||
|
||||
lf_bp2(lf_duet, p_title = paste0("Stability",stability_suffix)
|
||||
, violin_quantiles = c(0.5), monochrome = F)
|
||||
|
||||
|
||||
|
||||
lf_bp2(lf_df_consP, p_title = "Evolutionary Conservation"
|
||||
, violin_quantiles = c(0.5), monochrome = F)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue