exampleData2 | R Documentation |
Biomarker data from carriers of a rare genetic disorder A data set containing the carriers of a rare genetic disorder for 120 samples.
data(exampleData2)
A data frame with 120 rows and 5 variables:
Indicator whether the person is a carrier; values:
"carriers"
and "normals"
.
Biomarker 1, 1. measurement blood sample
Biomarker 2, 2. measurement blood sample
Biomarker 3, 3. measurement blood sample
Biomarker 4, 4. measurement blood sample
data(exampleData2)
exampleData2$Group <- factor(exampleData2$Group)
gcol <- c("#E69F00", "#56B4E9")
plot(exampleData2$m1, exampleData2$m2,
col = gcol[as.numeric(exampleData2$Group)]
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.