Skip to content

Commit

Permalink
PIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
noriakis committed Oct 19, 2024
1 parent 8625375 commit dbbece7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dbbece7

Please sign in to comment.