quickOnto | R Documentation |
Probe the cache for entries found by bfcquery using the given query.
quickOnto(query, cache = BiocFileCache::BiocFileCache(), qans.only = FALSE)
query |
character(1), will be used by BiocFileCache::bfcquery |
cache |
instance of class(BiocFileCache::BiocFileCache()) |
qans.only |
logical, defaulting to FALSE, if TRUE, just return the bfcquery result. |
Take only the last entry found if there are multiple hits. Use 'setup_entities2' to transform owl to ontologyIndex and cache the result if this is absent for the owl identified by query.
aeo = quickOnto("aeo.owl")
str(aeo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.