Skip to contents

Return the BiocFileCache object that backs GEOquery's persistent download cache (see clearGEOCache). The cache is used by the download functions only when options(GEOquery.cache = TRUE) is set; its location defaults to tools::R_user_dir("GEOquery", "cache") and can be overridden with options(GEOquery.cache.path = ...).

Usage

geoCache()

Value

A BiocFileCache object.

See also