Learn R Programming

ODT (version 1.0.0)

mutations_w12: mutations_w12 Data Set

Description

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

Usage

data("mutations_w12")

Arguments

Format

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

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

Examples

Run this code
data(mutations_w12)

Run the code above in your browser using DataLab