Skip to content

Commit

Permalink
renaming funs and adding desc to julia
Browse files Browse the repository at this point in the history
  • Loading branch information
noriakis committed Feb 3, 2025
1 parent bedb3f7 commit a8996c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/getKEGGEdges.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' @export
#' @importFrom dplyr filter select
#' @importFrom igraph feedback_arc_set
getKEGGedges <- function(pathID, args=list(), largestComponents=TRUE, bn=TRUE,
getKEGGEdges <- function(pathID, args=list(), largestComponents=TRUE, bn=TRUE,
removeCycle=FALSE) {
if (!requireNamespace("ggkegg")) {
stop("Needs ggkegg. Please install from Bioconductor.")
Expand Down
1 change: 1 addition & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#' Performs PIDC inference based on Julia implementation, using JuliaCall
#' You should have already done `julia_setup` in JuliaCall
#' Also, we need `CSV` packages installed beforehand to interact with R environment.
#' @noRd
pidc.using.julia <- function(data, tmp="./scstruc_pidc_tmp",
NetworkInference_HOME, thresholds=seq(0.1, 0.4, 0.1),
Expand Down

0 comments on commit a8996c8

Please sign in to comment.