Description Format Author(s) Source Examples
Data were downloaded from TCGA data portal, https://tcga-data.nci.nih.gov/tcga/.
We downloaded sixteen tumour samples and the sixteen matching normal, for Breast invasive carcinoma, BRCA, batch 93.
Herein, three types of data modalities are included, RNAseq (TCGA_BRCA_Data$RNAseq
), RNAseqV2 (TCGA_BRCA_Data$RNAseqV2
)
and Expression-Genes (TCGA_BRCA_Data$Microarray
). The Data Level was set to Level 3.
For each data type, we pooled all data to one matrix, where rows corresponded to genes and columns to samples.
Only the first 100 genes are included.
One list, which contains three ExpressionSet objects.
Nestoras Karathanasis, Vincenzo Lagani
See https://tcga-data.nci.nih.gov/tcga/.
1 2 | # load data
data(TCGA_BRCA_Batch_93)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.