Description Usage Arguments Value See Also Examples
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.
1 | cv.glmOrphan(xdata, ydata, network, network.options = networkOptions(), ...)
|
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 |
see cv.glmSparseNet
glmNetSparse
1 2 3 4 5 | xdata <- matrix(rnorm(100), ncol = 5)
cv.glmOrphan(xdata, rnorm(nrow(xdata)), 'correlation',
family = 'gaussian',
nfolds = 5,
network.options = networkOptions(min.degree = .2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.