exprs1: Real dataset pulled down from GEO...

Description Usage Format Details Author(s) Examples

Description

Gene expression dataset, containing 1000 rows and 10 columns.

Usage

1

Format

A data frame with 1000 observations 10 variables.

Details

In the sample gene expression data matrix exprs, it was designed to study gene expression in Allergic Asthma samples and health samples.

Author(s)

Jing Yang

Examples

1
2
3
4
data(exprs1)
exprs1[,1:5] # exprssion data for Allergic Asthma samples
exprs1[,6:10] # exprssion data for health samples
row.names(exprs1) # gene identifiers

DSviaDRM documentation built on May 2, 2019, 5:54 a.m.