glmDegree: GLMNET model penalizing nodes with small 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 the inverse of a degree described in Veríssimo et al. (2015) that penalizes nodes with small degree.

Usage

1
glmDegree(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
4
xdata <- matrix(rnorm(100), ncol = 5)
glmDegree(xdata, rnorm(nrow(xdata)), 'correlation',
          family = 'gaussian',
          network.options = networkOptions(min.degree = .2))

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