From dbbece7f8edd56c3960a03591ba06d1a109b9939 Mon Sep 17 00:00:00 2001 From: noriakis Date: Sat, 19 Oct 2024 15:28:47 +0900 Subject: [PATCH] PIDC --- R/utils.R | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/R/utils.R b/R/utils.R index 9ae0eae..b639ed5 100644 --- a/R/utils.R +++ b/R/utils.R @@ -4,6 +4,11 @@ pidc.using.julia <- function(data, tmp="./scstruc_pidc_tmp", NetworkInference_HOME, thresholds=seq(0.1, 0.4, 0.1), bestBIC=TRUE) { + ### + # Needs to setup Julia environment beforehand + # library(JuliaCall) + # julia_setup() + ### if (!dir.exists(tmp)) { cat("Creating ", tmp, "\n") dir.create(tmp)