matchedMetExp | R Documentation |
For a given TCGA project it gets the primary tumors samples (barcode) with both DNA methylation and Gene expression data from GDC database
matchedMetExp(project, n = NULL)
project |
A GDC project |
n |
Number of samples to return. If NULL return all (default) |
A vector of barcodes
# Get ACC samples with both DNA methylation (HM450K) and gene expression aligned to hg19
samples <- matchedMetExp("TCGA-UCS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.