vojtam commited on
Commit
7c52e86
1 Parent(s): 7d22847

Update app/main.R

Browse files
Files changed (1) hide show
  1. app/main.R +2 -0
app/main.R CHANGED
@@ -6,6 +6,8 @@ box::use(
6
  gargoyle[init]
7
  )
8
 
 
 
9
  box::use(
10
  app/logic/data_preprocessor[preprocess_data],
11
  app/logic/data_preprocessor[preprocess_maf_data]
 
6
  gargoyle[init]
7
  )
8
 
9
+ library(g3viz)
10
+
11
  box::use(
12
  app/logic/data_preprocessor[preprocess_data],
13
  app/logic/data_preprocessor[preprocess_maf_data]