networkCovParallel: Calculates the covariance network

View source: R/network_cov_parallel.R

networkCovParallelR Documentation

Calculates the covariance network

Description

Calculates the covariance network

Usage

networkCovParallel(
  xdata,
  buildOutput = "matrix",
  nCores = 1,
  forceRecalcNetwork = FALSE,
  showMessage = FALSE,
  ...,
  build.output = deprecated(),
  n.cores = deprecated(),
  force.recalc.network = deprecated(),
  show.message = deprecated()
)

Arguments

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

build.output

lifecycle::badge("deprecated") without the diagonal or NULL with any other argument

n.cores

lifecycle::badge("deprecated")

force.recalc.network

lifecycle::badge("deprecated")

show.message

lifecycle::badge("deprecated")

Value

depends on build.output parameter

Examples

n.col <- 6
xdata <- matrix(rnorm(n.col * 4), ncol = n.col)
networkCovParallel(xdata)

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