colDataPrepare {TCGAbiolinks}R Documentation

Create samples information matrix for GDC samples

Description

Create samples information matrix for GDC samples add subtype information

Usage

colDataPrepare(barcode)

Arguments

barcode

TCGA or TARGET barcode

Examples

## Not run: 
  query.met <- GDCquery(project = c("TCGA-GBM","TCGA-LGG"),
                        legacy = TRUE,
                        data.category = "DNA methylation",
                        platform = c("Illumina Human Methylation 450",
                                      "Illumina Human Methylation 27"))
  colDataPrepare(getResults(query.met)$cases)

## End(Not run)

[Package TCGAbiolinks version 2.12.5 Index]