fixed source to contain plotting cols and pos_count correctly

This commit is contained in:
Tanushree Tunstall 2022-08-22 14:33:06 +01:00
parent 4147a6b90f
commit 13999a477d
6 changed files with 66 additions and 39 deletions

View file

@ -88,7 +88,7 @@ cat("\nDim of meta data file: ", dim(gene_metadata))
all_plot_dfs = combining_dfs_plotting(my_df_u
, gene_metadata
, gene = gene # ADDED
#, gene = gene # ADDED
, lig_dist_colname = LigDist_colname
, lig_dist_cutoff = LigDist_cutoff)