pancan_BQ {BiocOncoTK}R Documentation

provide bigrquery connection to pancancer Annotated datasets

Description

provide bigrquery connection to pancancer Annotated datasets

Usage

pancan_BQ(dataset = "Annotated", billing = Sys.getenv("CGC_BILLING"), ...)

Arguments

dataset

character(1) dataset name

billing

character(1) Google cloud platform billing code; authentication will be attempted when using the resulting connection

...

passed to dbConnect, for example, quiet=TRUE

Value

BigQueryConnection instance

Examples

pancan_BQ

[Package BiocOncoTK version 1.14.0 Index]