TCGAbiolinks (version 1.2.5)

TCGAquery_Version: Shows a summary (version, date, number of samples, size of the data) of all versions of data for a given tumor and platform.

Description

As every new version of data has diferent samples and size the TCGAquery_Version function shows a summary (version, date, number of samples, size of the data) of all versions of data for a given tumor and platform.

Usage

TCGAquery_Version(tumor = NULL, platform = NULL)

Arguments

tumor
a character string indicating the cancer type for which to download data. Options include ACC, BLCA, BRCA, CESC, COAD, DLBC, ESCA, GBM, HNSC, KICH, KIRC, KIRP, LAML, LGG, LIHC, LUAD, LUSC, OV, PAAD, PRAD, READ, SARC, SKCM, STAD, THCA, UCEC, UCS. Look at https://tcga-data.nci.nih.gov/tcga/ for Available Cancer Types.
platform
illuminahiseq_rnaseq, agilentg4502a_07_3, illuminahiseq_rnaseqv2, humanmethylation27, humanmethylation450, illuminaga_mirnaseq, genome_wide_snp_6

Value

Data frame with version, date, number of samples,size of the platform and tumor

Examples

Run this code
query <- TCGAquery_Version('GBM','illuminahiseq_rnaseqv2')

Run the code above in your browser using DataLab