Learn R Programming

AbsFilterGSEA (version 1.5)

example: Normalized RNA-seq count data

Description

This is toy example of RNA-seq raw read count table. It containes 10000 genes and 6 samples (three for case and other three for control group).

Usage

data("example")

Arguments

Format

A data frame with 10000 observations on the following 6 variables.

Source

Cancer Genome Atlas Research, N. Comprehensive molecular characterization of clear cell renal cell carcinoma. Nature 2013;499(7456):43-49.

Details

This read count dataset was simulated based on the negative binomial distribution. Mean and dispersion parameters were assessed from TCGA KIRC RNA-seq dataset. Normalization was done by using edgeR package.Geneset_81~90 are up-regulated and Geneset_91~100 are down-regulated gene sets.

References

Chen, Y., et al. edgeR: differential expression analysis of digital gene expression data User's Guide. 2015.

Examples

Run this code
data(example)

Run the code above in your browser using DataLab