Learn R Programming

svapls (version 1.0)

hidden_fac.dat: A gene expression data affected by a hidden variable.

Description

The dataset contains the log transformed expression levels of 500 genes over 20 subjects distributed equally between two varieties 1 and 2. The data is affected by the unknown effects from a hidden confounder whose effect changes over the two sample varieties.

Usage

data(hidden_fac.dat)

Arguments

format

The format is: num [1:500, 1:21] 1 2 3 4 5 6 7 8 9 10 ...

Examples

Run this code
data(hidden_fac.dat)
dim(hidden_fac.dat)

Run the code above in your browser using DataLab