Description Usage Format Details Examples
A dataset for differential correlation analysis.
1 | data("diffCorDat")
|
A data frame with 100 observations on the following 3 variables.
probe1
numeric. expression level for probe1
probe2
numeric. expression level for probe2
grp
character. a factor with levels cases
controls
The simulated data set contains expression levels of 2 gene probes for 50 cases and 50 controls. The expression levels of probe1 are generated from N(0, 1). The expression levels of probe2 for controls are also generated from N(0, 1). The expression levels of probe 2 for cases are generated from the formula probe2i = - probe1i + ei, i=1, ..., nCases, where ei ~ N(0, 0.3^2).
That is, the expression levels of probe 1 and probe 2 are negatively correlated in cases, but not correlated in controls.
1 2 3 4 | data(diffCorDat)
print(dim(diffCorDat))
print(diffCorDat[1:2,])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.