glmOrphan: GLMNET model penalizing nodes with high degree

Description Usage Arguments Value See Also Examples

View source: R/main_contrib.R

Description

This function overrides the 'trans.fun' options in 'network.options' with an heuristic described in Veríssimo et al. that penalizes nodes with high degree.

Usage

1
glmOrphan(xdata, ydata, network, network.options = networkOptions(), ...)

Arguments

xdata

input data, can be a matrix or MultiAssayExperiment

ydata

response data compatible with glmnet

network

type of network, see below

network.options

options to calculate network

...

parameters that glmnet accepts

Value

see glmNetSparse

See Also

glmNetSparse

Examples

1
2
3
xdata <- matrix(rnorm(100), ncol = 5)
glmOrphan(xdata, rnorm(nrow(xdata)), 'correlation', family = 'gaussian',
          network.options = networkOptions(min.degree = .2))

glmSparseNet documentation built on April 14, 2021, 6 p.m.