Learn R Programming

DCGL (version 2.1.2)

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

Description

Gene expression dataset, containing 1000 rows and 63 columns.

Usage

data(exprs)

Arguments

Format

A data frame with 1000 observations 63 variables.
  • exprs A data frame with 1000 observations 63 columns. The expression values.

Details

In the sample gene expression data matrix exprs, it was designed to study gene expression in cirrhotic tissues with (N=16) and without (N=47) HCC.

Examples

Run this code
data(exprs)
exprs[,1:16] # exprssion data for condition A
exprs[,17:63] # exprssion data for condition B
row.names(exprs) # gene identifier

Run the code above in your browser using DataLab