isbApp: A simple oncoprint App based on Institute for Systems Biology...

Description Usage Arguments Examples

Description

This function is a proof-of-concept for using the BigQuery interface to TCGA data provided by the ISB Cancer Genomics Cloud Pilot. To use this function, you must have a valid billing account with Google. If you have an account with the ISB Cancer Genomics Cloud, then you can use that account.

Usage

1
isbApp(bq)

Arguments

bq

A src_bigquery object

Examples

1
2
3
4
5
6
7
## Not run: 
library(shiny)
library(dplyr)
isbApp(src_bigquery(project='isb-cgc',
   billing='isb-cgc-01-0006',dataset='tcga_201510_alpha')

## End(Not run)

teamcgc/cgcR documentation built on May 31, 2019, 7:56 a.m.