PicSureHpdsDictionaryBdc | R Documentation |
R6 class that runs searches against a HPDS resource's data dictionary - 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.
new()
This method is used to create new PicSureHpdsDictionaryBdc object. DO NOT CREATE THIS OBJECT DIRECTLY!
PicSureHpdsDictionaryBdc$new(resourceConnection)
resourceConnection
A bdc::PicSureHpdsResourceConnectionBdc object.
getKeyInfo()
Helper method to return key/path information from phenotype concept paths.
PicSureHpdsDictionaryBdc$getKeyInfo(key)
key
The concept path key to look up.
Concept path information or FALSE.
genotypeAnnotations()
Returns genotype annotations from info concept paths.
PicSureHpdsDictionaryBdc$genotypeAnnotations()
a data.frame
object containing a table of genotype annotations.
find()
This method returns a PicSureHpdsDictionaryBdcResult object containing the results of the search on the HPDS resource's data dictionary.
PicSureHpdsDictionaryBdc$find(term, limit = 0, offset = 0, showAll = FALSE)
term
Term to find in the dictionary.
limit
Number of items to return.
offset
The offset record to start returning from.
showAll
Show all studies, not just ones within connection query scopes.
A bdc::PicSureHpdsDictionaryBdcResult object containing results from the dictionary.
clone()
The objects of this class are cloneable with this method.
PicSureHpdsDictionaryBdc$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.