You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' @param gradient : method for estimating parameters of p-value distribution, applies only if p-val == TRUE. default = "finite_difference"; other option = "exact"
364
364
#' @param verbose : verbosity level (TRUE/FALSE)
365
365
#' @return A list of model results. cov : the shrunken covariance matrix
366
-
#' \itemize{
367
-
#' \item{\code{cov}}{ the shrunken covariance matrix}
368
-
#' \item{\code{prec}}{ the shrunken precision matrix}
369
-
#' \item{\code{ggm}}{ the shrunken Gaussian graphical model; matrix of partial correlations. Self-edges (diagonal elements) are set to zero.}
370
-
#' \item{\code{lambdas}}{ Vector of omics-specific tuning parameters (lambda1, lambda2) for \code{layer1} and \code{layer2}}
#' @param ncores int specifying the number of cores to be used. Default is 1.
166
166
#' (Note: constructing panda networks can be memory-intensive, and the number of cores should take into consideration available memory.)
167
-
#' @param union Aggregation mode between three input networks: Union (default), intersection, legacy (maps on motif network).
167
+
#' @param mode 'legacy' refers to the processing mode in netZooPy<=0.5, 'union': takes the union of all TFs and genes across priors and fills the missing genes in the priors with zeros; 'intersection': intersects the input genes and TFs across priors and removes the missing TFs/genes. Default values is 'union'.
168
168
#' @param ... additional arguments for panda analysis
0 commit comments