From 3185a6338bca06dff1bc5debb0504b9a29af3819 Mon Sep 17 00:00:00 2001 From: Chee Yee Lim Date: Fri, 11 Dec 2015 01:44:19 +0000 Subject: [PATCH] Update name --- README.md | 4 ++-- bon_wilsonrnaseq_hsc.R | 2 +- gnw_bnlearn_btr_scoring.R | 2 +- gnw_btr_model_inference.R | 2 +- gnw_comparison_network_inference.R | 2 +- krum_wilson_grow_hsc.R | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) 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/'