cohort_B: cohort B from Dampier et al.

Description Format Author(s) Source References Examples

Description

Salmon-generated transcript-level abundance estimates summarized to gene level using tximport along with raw counts, gene lengths, and clinical annotations for 30 human primary colorectal tumors and matched normal tissue samples represented as a SummarizedExperiment. Abundance estimates derived from paired-end RNA-seq.

Format

A SummarizedExperiment object containing 3 assays of matrices, each 37,361 rows x 30 columns. Each row is a gene and each column is a sample.

The SummarizedExperiment object also includes a colData S4Vectors::DFrame object with 30 rows and 27 columns. Each row is a sample and each column is a field. The fields are described below.

Author(s)

Chris Dampier

Source

See inst/scripts/make-data.R for full details on generating this dataset from source files.

References

Dampier, C.H., Devall, M., Jennelle, L.T., Diez-Obrero, V., Plummer, S.J., Moreno, V., Casey, G. Oncogenic Features in Histologically Normal Mucosa: Novel Insights Into Field Effect From a Mega-Analysis of Colorectal Transcriptomes. Clinical and Translational Gastroenterology. 2020 Jul; 11(7): e00210.

Examples

1
2
3
4
5
  library(ExperimentHub)
  hub <- ExperimentHub::ExperimentHub()
  data <- ExperimentHub::loadResources(hub, "FieldEffectCrc", "cohort B")
  se <- data[[1]]
  se

BarcUVa-Seq/FieldEffectCrc documentation built on Sept. 23, 2020, 2:53 a.m.