oncoPrintISB: interactive interface to ComplexHeatmap oncoPrint with inputs...

Description Usage Arguments Value Note Examples

View source: R/oncoprintISB.R

Description

interactive interface to ComplexHeatmap oncoPrint with inputs from ISB Cancer Genomics Cloud BigQuery back end

Usage

1

Arguments

bq

an instance of BigQueryConnection-class authenticated for ISB Cancer Genomics Cloud access

Value

only used for side effect of running shiny app

Note

This function will start a shiny app and will generate queries to Google BigQuery tables representing TCGA.

Examples

1
2
3
4
5
6
7
8
if (interactive()) {
 bcode = Sys.getenv("CGC_BILLING")
 if (nchar(bcode)>0) {
  con <- DBI::dbConnect(bigrquery::bigquery(), project = "isb-cgc", 
       dataset = "tcga_201607_beta", billing = bcode)
  oncoPrintISB(con)
 }
}

BiocOncoTK documentation built on Nov. 8, 2020, 6:03 p.m.