PicSureHpdsQueryBdc | R Documentation |
R6 class used to build a multi-use query to search against a HPDS resource's data - DO NOT CREATE THIS OBJECT DIRECTLY!
For full documentation of each method go to https://github.com/hms-dbmi/pic-sure-r-adapter-hpds
Object of R6Class
used to access a HPDS-hosted resource's data dictionary.
hpds::PicSureHpdsQuery
-> PicSureHpdsQueryBdc
hpds::PicSureHpdsQuery$anyof()
hpds::PicSureHpdsQuery$crosscounts()
hpds::PicSureHpdsQuery$filter()
hpds::PicSureHpdsQuery$getCount()
hpds::PicSureHpdsQuery$getResults()
hpds::PicSureHpdsQuery$getResultsDataFrame()
hpds::PicSureHpdsQuery$getRunDetails()
hpds::PicSureHpdsQuery$getVariantsApproximateCount()
hpds::PicSureHpdsQuery$getVariantsDataFrame()
hpds::PicSureHpdsQuery$load()
hpds::PicSureHpdsQuery$loadInternal()
hpds::PicSureHpdsQuery$require()
hpds::PicSureHpdsQuery$save()
hpds::PicSureHpdsQuery$select()
hpds::PicSureHpdsQuery$show()
new()
This method is used to create new PicSureHpdsQueryBdc object. DO NOT CREATE THIS OBJECT DIRECTLY!
PicSureHpdsQueryBdc$new(connection)
connection
A bdc::PicSureHpdsResourceConnectionBdc object.
buildQuery()
Generate a query object and modify consents for harmonized and topmed concept paths.
PicSureHpdsQueryBdc$buildQuery(resultType = "COUNT")
resultType
The type of result that should be returned from the api.
An object to use for the query.
clone()
The objects of this class are cloneable with this method.
PicSureHpdsQueryBdc$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.