exampleData2: Biomarker data from carriers of a rare genetic disorder A...

exampleData2R Documentation

Biomarker data from carriers of a rare genetic disorder A data set containing the carriers of a rare genetic disorder for 120 samples.

Description

Biomarker data from carriers of a rare genetic disorder A data set containing the carriers of a rare genetic disorder for 120 samples.

Usage

data(exampleData2)

Format

A data frame with 120 rows and 5 variables:

Group

Indicator whether the person is a carrier; values: "carriers" and "normals".

m1

Biomarker 1, 1. measurement blood sample

m2

Biomarker 2, 2. measurement blood sample

m3

Biomarker 3, 3. measurement blood sample

m4

Biomarker 4, 4. measurement blood sample

Examples

data(exampleData2)
exampleData2$Group <- factor(exampleData2$Group)
gcol <- c("#E69F00", "#56B4E9")
plot(exampleData2$m1, exampleData2$m2,
  col = gcol[as.numeric(exampleData2$Group)]
)


gokmenzararsiz/dtComb documentation built on April 17, 2025, 12:50 p.m.