tcga: Biological data

tcgaR Documentation

Biological data

Description

A list of biological data: RNASeq data, phenotypic metadata and cell abundance.

Usage

data(tcga)

Details

  • genes: RNASeq from The Cancer Genome Atlas (TCGA) database.

  • phenotypes: Metadata from the TCGA database containing sample ID, sample type ID, sample type and primary disease.

  • cells: Abundance estimates of cell types

Note

Subset of thirty samples of invasive breast carcinoma data from primary tumor tissue. The cell type data are from a subset generated by the Cibersort_ABS algorithm (https://cibersortx.stanford.edu). For the complete dataset, please use:

path <- system.file("extdata", package = "tcgaViz")
load(file.path(path, "tcga.rda"))

Source

Examples

data(tcga)
(df <- convert2biodata(
    algorithm = "Cibersort_ABS",
    disease = "breast invasive carcinoma",
    tissue = "Primary Tumor",
    gene_x = "ICOS"
))
(stats <- calculate_pvalue(df))

plot(df, stats = stats)


tcgaViz documentation built on April 4, 2023, 5:14 p.m.