owl2cache | R Documentation |
cache an owl file accessible via URL
owl2cache(cache = BiocFileCache::BiocFileCache(), url)
cache |
BiocFileCache instance or equivalent |
url |
character(1) |
This function will check for presence of url in cache using bfcquery; if a hit is found, returns the rpath associated with the last matching record. etags can be available for use with bfcneedsupdate.
ca = BiocFileCache::BiocFileCache()
o2 = try(reticulate::import("owlready2"), silent=TRUE)
if (!inherits(o2, "try-error")) {
hppa = owl2cache(ca,
url="http://purl.obolibrary.org/obo/hp/releases/2023-10-09/hp-base.owl")
setup_entities(hppa)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.