created prominent effect calcualtions
This commit is contained in:
parent
3af11ec3d3
commit
842efe4409
3 changed files with 11 additions and 3 deletions
|
@ -684,6 +684,9 @@ combining_dfs_plotting <- function( my_df_u
|
||||||
#TODO
|
#TODO
|
||||||
# Choose few columns to return as plot_df
|
# Choose few columns to return as plot_df
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
####################################################################
|
####################################################################
|
||||||
return(list( merged_df2
|
return(list( merged_df2
|
||||||
, merged_df3
|
, merged_df3
|
||||||
|
|
|
@ -15,9 +15,14 @@ source("~/git/LSHTM_analysis/scripts/plotting/get_plotting_dfs.R")
|
||||||
outdir_images = paste0("~/git/Writing/thesis/images/results/", tolower(gene), "/")
|
outdir_images = paste0("~/git/Writing/thesis/images/results/", tolower(gene), "/")
|
||||||
###################################################################
|
###################################################################
|
||||||
# FIXME: ADD distance to NA when SP replies
|
# FIXME: ADD distance to NA when SP replies
|
||||||
# DONE: plotting_globals.R
|
|
||||||
dist_columns = c("ligand_distance", "interface_dist")
|
geneL_normal = c("pnca")
|
||||||
DistCutOff = 10
|
geneL_na = c("gid", "rpob")
|
||||||
|
geneL_ppi2 = c("alr", "embb", "katg", "rpob")
|
||||||
|
|
||||||
|
# LigDist_colname # from globals used
|
||||||
|
# ppi2Dist_colname #from globals used
|
||||||
|
# naDist_colname #from globals used
|
||||||
|
|
||||||
common_cols = c("mutationinformation"
|
common_cols = c("mutationinformation"
|
||||||
, "X5uhc_position"
|
, "X5uhc_position"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue