mutations_w34 {ODT}R Documentation

mutations_w34 Data Set

Description

A binary matrix containing mutation values, wether the mutation is present or not in the patient from patients retrieved from waves 3 and 4. Used as a toy example in trainTree and predictTree and niceTree

Usage

data("mutations_w34")

Format

A binary matrix with,where there are 142 patients from the waves and 70 different mutations are considered.

The format is: num [1:142, 1:70] 0 0 0 1 0 0...

Examples

data(mutations_w34)

[Package ODT version 1.0.0 Index]