quickOnto: Probe the cache for entries found by bfcquery using the given...

View source: R/quickOnto.R

quickOntoR Documentation

Probe the cache for entries found by bfcquery using the given query.

Description

Probe the cache for entries found by bfcquery using the given query.

Usage

quickOnto(query, cache = BiocFileCache::BiocFileCache(), qans.only = FALSE)

Arguments

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.

Note

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.

Examples

aeo = quickOnto("aeo.owl")
str(aeo)

vjcitn/ontoProc documentation built on March 29, 2025, 9:53 p.m.