GTExsmall: Small Subset of GTEx Dataset

Description Usage Format Source See Also Examples

Description

The dataset includes gene expression measured in whole blood for 389 samples. A subset of 500 genes were randomly selected from the original dataset.

Usage

1

Format

An object of class list of length 4.

Source

GTEx

See Also

ctassoc

Examples

1
2
3
4
5
6
7
8
data(GTExsmall)
X = GTExsmall$X
W = GTExsmall$W
Y = GTExsmall$Y + 1
Y = Y[seq(1, 20), ] # for brevity
C = GTExsmall$C
result = ctassoc(X, W, Y, C = C)
result$coefficients

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