train_model_gex: Train model for gene expression data from methylation...

Description Usage Arguments Value See Also

Description

train_model_gex trains a regression model for gene expression data from methylation profiles.

Usage

1
2
train_model_gex(formula = NULL, model_name = "svm", train,
  is_summary = TRUE)

Arguments

formula

An object of class formula needed when calling the the model, e.g. lm function for performing linear regression. If NULL, the simple linear regression model is used.

model_name

A charcter denoting the regression model

train

The training data.

is_summary

Logical, print the summary statistics.

Value

A list containing the following elements:

See Also

calculate_errors, predict_model_gex


andreaskapou/mpgex documentation built on May 12, 2019, 3:33 a.m.