recount3_cache_files {recount3}R Documentation

Locate recount3 cached files

Description

This function returns the list of URLs of the recount3 files you have stored in your recount3_cache().

Usage

recount3_cache_files(bfc = recount3_cache())

Arguments

bfc

A BiocFileCache-class object where the files will be cached to, typically created by recount3_cache().

Value

A character() with the URLs of the recount3 files you have downloaded.

See Also

Other recount3 cache functions: recount3_cache_rm(), recount3_cache()

Examples

## List the URLs you have downloaded
recount3_cache_files()

[Package recount3 version 1.0.7 Index]