getBigqueryRangeFp: query Footprint data from bigquery

Description Usage Arguments Examples

Description

query Footprint data from bigquery

Usage

1
getBigqueryRangeFp(mychr, mystart, myend, myproject, mydataset, mybilling)

Arguments

mychr

chromosome

mystart

start position

myend

end position

myproject

project name in bigquery

mydataset

database name in bigquery

mybilling

billing group in bigquery

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
mychrGo="chr17"
mystartGo=41196312-500*1000
myendGo=41322262+500*1000
myprojectGo="cgc-xx-xxxx"
mydatasetGo="txregnet"
mybillingGo = "cgc-xx-xxxx"
res_fp=getBigqueryRangeFp(mychrGo,mystartGo,myendGo,myprojectGo,mydatasetGo,mybillingGo)
res_fp

## End(Not run)

shwetagopaul92/TxRegQuery documentation built on May 29, 2019, 12:42 p.m.