ConceptLibraryClient | R Documentation |
This package acts as a client for the ConceptLibrary API
By calling ConceptLibraryClient::Connection$new()
, the user must
provide login credentials either in the function itself, or in the popup
window if none are given.
A non-authenticated, or public, connection can be made to the ConceptLibrary
by calling ConceptLibraryClient::Connection$new(public=TRUE)
.
The connection function also provides a url
parameter to specify a
different URL to send the API requests to.
We provide default connection urls through:
ConceptLibraryClient::DOMAINS
The following functions can be used to retrieve the various types of data stored in the Concept Library.
client$phenotypes$get
client$phenotypes$get_versions
client$phenotypes$get_detail
client$phenotypes$get_codelist
client$phenotypes$save_definition_file
client$phenotypes$create
client$phenotypes$update
client$concepts$get
client$concepts$get_versions
client$concepts$get_detail
client$concepts$get_codelist
client$templates$get
client$templates$get_versions
client$templates$get_detail
client$templates$get
client$templates$get_detail
client$templates$get
client$templates$get_detail
client$templates$get
client$templates$get_detail
Maintainer: Dan Thayer d.s.thayer@swansea.ac.uk
Authors:
Etienne Badoche e.c.a.badoche@swansea.ac.uk
Ieuan Scanlon ieuan.scanlon@swansea.ac.uk
Jack Scanlon j.a.scanlon@swansea.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.