dot-networkGenericParallel: Calculate the upper triu of the matrix

.networkGenericParallelR Documentation

Calculate the upper triu of the matrix

Description

Calculate the upper triu of the matrix

Usage

.networkGenericParallel(
  fun,
  funPrefix,
  xdata,
  buildOutput = "matrix",
  nCores = 1,
  forceRecalcNetwork = FALSE,
  showMessage = FALSE,
  ...
)

Arguments

fun

function that will calculate the edge weight between 2 nodes

funPrefix

used to store low-level information on network as it can become to large to be stored in memory

xdata

base data to calculate network

buildOutput

if output returns a 'matrix', 'vector' of the upper triu without the diagonal or NULL with any other argument

nCores

number of cores to be used

forceRecalcNetwork

force recalculation, instead of going to cache

showMessage

shows cache operation messages

...

extra parameters for fun

Value

depends on buildOutput parameter


sysbiomed/glmSparseNet documentation built on Feb. 17, 2024, 1:38 p.m.