Learn R Programming

pi0 (version 1.4-1)

simulatedDat: A Simulated Microarray Data Set

Description

This is the result from calling sim.dat

Usage

data(simulatedDat)

Arguments

Format

a matrix with 5000 rows and 10 columns. The first 5 columns correspond to treatment one, and the rest 5 columns corresond to treatment 2. Each row corresponds to a gene.

Details

This is the result from calling set.seed(9992722) simulatedDat=sim.dat(G=5000)

References

Qu, L., Nettleton, D., Dekkers, J.C.M. Subsampling Based Bias Reduction in Estimating the Proportion of Differentially Expressed Genes from Microarray Data. Unpublished manuscript.

See Also

sim.dat

Examples

Run this code
# NOT RUN {
data(simulatedDat)
# }

Run the code above in your browser using DataLab