Learn R Programming

ssize (version 1.46.0)

exp.sd: Example baseline variability for gene expression experiment

Description

Example baseline variability for gene expression experiment

Usage

data(exp.sd)

Arguments

Format

Vector of 12,625 standard deviations of gene expresion data normalized via the RMA method (ie on log2 scale) with names from Affymetrix probe set IDs.

Examples

Run this code
data(exp.sd)

hist(exp.sd, prob=TRUE)
lines(density(exp.sd), col="red", lwd=2)

Run the code above in your browser using DataLab