Learn R Programming

DSviaDRM (version 1.0)

exprs1: Real dataset pulled down from GEO (http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE22528)

Description

Gene expression dataset, containing 1000 rows and 10 columns.

Usage

data(exprs1)

Arguments

Format

A data frame with 1000 observations 10 variables.
  • exprs1 A data frame with 1000 observations 10 columns. The expression values.

Details

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

Examples

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

Run the code above in your browser using DataLab