getResults {TCGAbiolinks} | R Documentation |
Get the results table from query, it can select columns with cols argument and return a number of rows using rows argument.
getResults(query, rows, cols)
query |
A object from GDCquery |
rows |
Rows identifiers (row numbers) |
cols |
Columns identifiers (col names) |
Table with query results
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)