GSE42861small: Small Subset of GSE42861 Dataset From GEO

Description Usage Format Source See Also Examples

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

1

Format

An object of class list of length 4.

Source

GEO

See Also

ctassoc

Examples

1
2
3
4
5
6
7
8
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

omicwas documentation built on Jan. 13, 2021, 8:48 a.m.