Description Usage Arguments Value Examples
Get the results table from query, it can select columns with cols argument and return a number of rows using rows argument.
1 | getResults(query, rows, cols)
|
query |
A object from GDCquery |
rows |
Rows identifiers (row numbers) |
cols |
Columns identifiers (col names) |
Table with query results
1 2 3 4 5 6 | query <- GDCquery(project = "TCGA-GBM",
data.category = "Transcriptome Profiling",
data.type = "Gene Expression Quantification",
workflow.type = "HTSeq - Counts",
barcode = c("TCGA-14-0736-02A-01R-2005-01", "TCGA-06-0211-02A-02R-2005-01"))
results <- getResults(query)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.