Description Usage Arguments Value Note Examples
interactive interface to ComplexHeatmap oncoPrint with inputs from ISB Cancer Genomics Cloud BigQuery back end
1 | 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.
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)
}
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.