pgxFilter | R Documentation |
This function retrieves available filters in the Progenetix database via the Beacon v2 API.
pgxFilter(
prefix = NULL,
return_all_prefix = FALSE,
domain = "http://progenetix.org",
entry_point = "beacon"
)
prefix |
A string specifying the prefix of filters, such as 'NCIT'. Default is NULL, which means that all available filters will be returned. When specified, it returns all filters with the specified prefix. |
return_all_prefix |
A logical value determining whether to return all valid prefixes of filters used in database.
If TRUE, the |
domain |
A string specifying the domain of the query data resource. Default is "http://progenetix.org". |
entry_point |
A string specifying the entry point of the Beacon v2 API. Default is "beacon", resulting in the endpoint being "http://progenetix.org/beacon". |
Filter terms used in the data resource that you query.
pgxFilter(prefix = "NCIT")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.