rnb.execute.training {RnBeads}R Documentation

rnb.execute.training

Description

Trains a new age predictor on the specified data set and writes it to the given path. Elastic net regression is to fit the input ages to the methylation values .

Usage

rnb.execute.training(object, path = "", alpha = 0.8)

Arguments

object

a RnBSet object on which a new predictor should be created

path

path to which the predictor should be written out

alpha

alpha parameter used in the elastic net regression

Author(s)

Michael Scherer


[Package RnBeads version 1.12.1 Index]