Learn R Programming

MBMethPred (version 0.1.4.2)

NeuralNetworkModel: Artificial neural network model

Description

A function to train an artificial neural network model to classify medulloblastoma subgroups using DNA methylation beta values (Illumina Infinium HumanMethylation450). Prediction is followed by training if new data is provided.

Value

A list

Arguments

Epochs

The number of epochs.

NewData

A methylation beta values input from the ReadMethylFile function.

InstallTensorFlow

Logical. Running this function for the first time, you need to install TensorFlow library (V 2.10-cpu). Default is TRUE.

Examples

Run this code
if (FALSE) {
set.seed(1234)
ann <- NeuralNetworkModel(Epochs = 100,
                          NewData = NULL,
                          InstallTensorFlow = TRUE)
}

Run the code above in your browser using DataLab