GSE42861small {omicwas}R Documentation

Small Subset of GSE42861 Dataset From GEO

Description

The dataset includes 336 rheumatoid arthritis cases and 322 controls. A subset of 500 CpG sites were randomly selected from the original EWAS dataset.

Usage

data(GSE42861small)

Format

An object of class list of length 4.

Source

GEO

See Also

ctassoc

Examples

data(GSE42861small)
X = GSE42861small$X
W = GSE42861small$W
Y = GSE42861small$Y
Y = Y[seq(1, 20), ] # for brevity
C = GSE42861small$C
result = ctassoc(X, W, Y, C = C)
result$coefficients

[Package omicwas version 0.8.0 Index]