#' TCGA panImmune Data
#' TCGA PanCancer Feature Matrix
#' Downloaded May 14th 2018
#' TCGA pan Immune data was download from supplement files associated with TCGA panCancer Immune paper
#' Thorsson et al., 2017
#' https://www.cell.com/immunity/fulltext/S1074-7613(18)30121-3
#' https://doi.org/10.1016/j.immuni.2018.03.023
#' @docType data
#'
#' @usage data(TCGAimmune)
#'
#' @format An object of class list of length 7; with most important data in TCGAimmune$features with 11080 rows and 64 columns
#'
#' @keywords datasets
#'
#' @references Thorsson et al., 2017
#'
#' @source \href{https://doi.org/10.1016/j.immuni.2018.03.023}{Download TCGA Suppl Files}
#'
#' @examples
#' data(TCGAimmune)
#' head(TCGAimmune$features)
"TCGAimmune"
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.