added shiny app and turned stability bp to function

This commit is contained in:
Tanushree Tunstall 2021-06-09 17:05:02 +01:00
parent 3f58a5c64c
commit 225360fb93
4 changed files with 386 additions and 4 deletions

View file

@ -5,8 +5,7 @@
# load libraries and functions
library(data.table)
library(dplyr)
#########################################################
#========================================================
# plotting_data(): formatting data for plots
# input args:
## input csv file
@ -16,7 +15,7 @@ library(dplyr)
## my_df_u
## my_df_u_lig
## dup_muts
#========================================================
plotting_data <- function(infile_params, mcsm_lig_cutoff = 10) {
my_df = data.frame()
my_df_u = data.frame()
@ -124,4 +123,4 @@ return(all_df)
########################################################################
# end of data extraction and cleaning for plots #
########################################################################
########################################################################