matchedMetExp: Get GDC samples with both DNA methylation (HM450K) and Gene...

Description Usage Arguments Value Examples

View source: R/analyze.R

Description

For a given TCGA project it gets the samples (barcode) with both DNA methylation and Gene expression data from GDC database

Usage

1
matchedMetExp(project, legacy = FALSE, n = NULL)

Arguments

project

A GDC project

legacy

Access legacy (hg19) or harmonized database (hg38).

n

Number of samples to return. If NULL return all (default)

Value

A vector of barcodes

Examples

1
2
# Get ACC samples with both  DNA methylation (HM450K) and gene expression aligned to hg19
samples <- matchedMetExp("TCGA-UCS", legacy = TRUE)

TCGAbiolinks documentation built on Nov. 8, 2020, 5:37 p.m.