tcga {tcgaViz}R Documentation

Biological data

Description

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

Usage

data(tcga)

Details

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)


[Package tcgaViz version 1.0.2 Index]