BQ3_Array: create BQ3_Array instance given url (filepath) and entity...

Description Usage Arguments Value Examples

View source: R/BQ3_Array.R

Description

create BQ3_Array instance given url (filepath) and entity (host) name

Usage

1
BQ3_Array(filepath)

Arguments

filepath

a BQ3_Source instance

Value

an instance of DelayedArray-class

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# authentication issues may arise.  if you are authorized
# to use bigquery with GPC project isb-cgc, a token may
# be generated through the following
# options(httr_oob_default=TRUE)
# example(BQ3_Source)
# a browser authentication event may occur, or if you are in
# a browserless session, a URL will be emitted, possibly in
# the context of warnings ... browse to this URL and an
# authentication event will occur, and a token will be provided
# this can be provided back to the R session to allow the
# query to proceed
#
if (interactive()) {
  con = cgcConn("TCGA_hg38_data_v0")
  ss = BQ3_Source(con, filterval="TCGA-LUAD")
  BQ3_Array(ss)
}

restfulSE documentation built on Nov. 8, 2020, 8:01 p.m.