Learn R Programming

epivizr (version 1.4.6)

tcga_colon_expression: Example exon-level RNAseq data from TCGA project for epivizr.

Description

A SummarizedExperiment object containing exon-level counts from RNAseq data from the TCGA project. Only exons in human chromosome 11 are included.

Usage

data(tcga_colon_expression)

Arguments

Format

A SummarizedExperiment object with 12,800 rows (exons) and 40 samples.
assay(colonSE)
exon-level count matrix
colData(colonSE)
a DataFrame containing sample information. Normal/Tumor status is given in column sample_type

Examples

Run this code
data(tcga_colon_expression)
show(colonSE)
table(colData(colonSE)$sample_type)

Run the code above in your browser using DataLab