Description Usage Arguments Value Examples
For a given TCGA project it gets the samples (barcode) with both DNA methylation and Gene expression data from GDC database
1 | matchedMetExp(project, legacy = FALSE, n = NULL)
|
project |
A GDC project |
legacy |
Access legacy (hg19) or harmonized database (hg38). |
n |
Number of samples to return. If NULL return all (default) |
A vector of barcodes
1 2 | # Get ACC samples with both DNA methylation (HM450K) and gene expression aligned to hg19
samples <- matchedMetExp("TCGA-UCS", legacy = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.