R/tcga_brca_luma_dataset.R

#' TCGA Luminal A breast cancer dataset
#'
#' Data from The Cancer Genome Atlas, downloaded on 08th September, 2020. It
#' contains transcript level read counts of 20 patients with Luminal A type
#' breast cancer (primary tumor and solid normal samples).
#'
#' @docType data
#'
#' @usage data(tcga_brca_luma_dataset)
#'
#' @format A data frame with 996 rows and 41 columns. The first column contains
#' gene names, all additional columns contain RNA-sequencing read counts for
#' samples.
#'
#' @keywords datasets
#'
#' @references The Cancer Genome Atlas Network (2012) Nature 490, 61–70
#'   (\href{https://doi.org/10.1038/nature11412}{doi:10.1038/nature11412})
#'
#' @source \href{https://portal.gdc.cancer.gov/legacy-archive}{TCGA Legacy}
#'
"tcga_brca_luma_dataset"
SU-CompBio/SplicingFactory documentation built on March 28, 2022, 4:39 a.m.