.construct_api | R Documentation |
This function creates a standardized function to check if the TFregulome server is valid. If that is successful it will construct a api-object and return it. This is an internal helper function not meant to be called on its own.
.construct_api(server, TFregulome_url, local_db_path)
server |
server location from the calling function |
TFregulome_url |
specified url from the calling function |
local_db_path |
path to the local db from the calling function |
api_object
.construct_api(server = "ca")
.construct_api(TFregulome_url = "https://methmotif.org/")
.construct_api(local_db_path = "/opt/database/tfregulome.sqlite")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.