Description Usage Arguments Value
Given a BigQueryConnection to the 2016 ISB TCGA bigtables, obtain a SummarizedExperiment 'shell' rowData and colData
1 2 3 4 5 6  | seByTumor_2016(
  tumorCode = "LUAD",
  assayTblName = "mRNA_UNC_HiSeq_RSEM",
  rdColsToKeep = c("original_gene_symbol", "HGNC_gene_symbol", "gene_id", "Study"),
  bqConn
)
 | 
tumorCode | 
 one of the concise TCGA codes in a character string – not checked, defaults to "LUAD", lung adenocarcinoma  | 
assayTblName | 
 the name of the assay whose annotation will be used as rowData  | 
rdColsToKeep | 
 columns of assay table to use in rowData component  | 
bqConn | 
 instance of BigQueryConnection from bigrquery  | 
SummarizedExperiment instance, with BigQuery reference as assay
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.