diff --git a/README.md b/README.md index 0f82639..2579f17 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# booltrainer_resultscripts -Scripts used to generate the results in the paper +# btr_resultscripts +Data and scripts used to generate the results in the paper diff --git a/bon_wilsonrnaseq_hsc.R b/bon_wilsonrnaseq_hsc.R index fa2a508..781b200 100644 --- a/bon_wilsonrnaseq_hsc.R +++ b/bon_wilsonrnaseq_hsc.R @@ -1,5 +1,5 @@ #(1) Setup paths and environment. -library(BoolTraineR) +library(BTR) library(doParallel) path='~/bool_final/' diff --git a/gnw_bnlearn_btr_scoring.R b/gnw_bnlearn_btr_scoring.R index 2cb8a3f..db8bdce 100644 --- a/gnw_bnlearn_btr_scoring.R +++ b/gnw_bnlearn_btr_scoring.R @@ -1,5 +1,5 @@ #(1) Setup paths and environment. -library(BoolTraineR) +library(BTR) library(bnlearn) library(ggplot2) library(gridExtra) #for plotting multiple graphs diff --git a/gnw_btr_model_inference.R b/gnw_btr_model_inference.R index eac20ff..2363e2f 100644 --- a/gnw_btr_model_inference.R +++ b/gnw_btr_model_inference.R @@ -1,5 +1,5 @@ #(1) Setup paths and environment. -library(BoolTraineR) +library(BTR) library(doParallel) path='~/bool_final/' diff --git a/gnw_comparison_network_inference.R b/gnw_comparison_network_inference.R index d2fab6d..0c6a4af 100644 --- a/gnw_comparison_network_inference.R +++ b/gnw_comparison_network_inference.R @@ -1,4 +1,4 @@ -library(BoolTraineR) +library(BTR) library(ggplot2) library(gridExtra) #for plotting multiple graphs library(colorspace) diff --git a/krum_wilson_grow_hsc.R b/krum_wilson_grow_hsc.R index 5f1e1ca..b18d506 100644 --- a/krum_wilson_grow_hsc.R +++ b/krum_wilson_grow_hsc.R @@ -1,5 +1,5 @@ #(1) Setup paths and environment. -library(BoolTraineR) +library(BTR) library(doParallel) path='~/bool_final/'