oncoPrintISB | R Documentation |
interactive interface to ComplexHeatmap oncoPrint with inputs from ISB Cancer Genomics Cloud BigQuery back end
oncoPrintISB(bq)
bq |
an instance of |
only used for side effect of running shiny app
This function will start a shiny app and will generate queries to Google BigQuery tables representing TCGA.
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) } }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.