dot-networkWorker: Worker to calculate edge weight for each pair of ixI node and...

.networkWorkerR Documentation

Worker to calculate edge weight for each pair of ixI node and following

Description

Note that it assumes it does not calculate for index below and equal to ixI

Usage

.networkWorker(fun, xdata, ixI, ...)

Arguments

fun

function to be used, can be cor, cov or any other defined function

xdata

original data to calculate the function over

ixI

starting index, this can be used to save ony upper triu

...

extra parameters for fun

Value

a vector with size ncol(xdata) - ixI


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