BiocFileCache-methods: Manages the data necessary for the examples using...

Description Usage Arguments Methods See Also Examples

Description

Manages the tutorial, example and vignette data using the BiocFileCache package

Usage

1
2

Arguments

...

unused for the time being

fileURL

The URL of the file to retrieve. Alternatively, the ID of the file in the BiocFileCache (i.e. the file basename), can be used.

Methods

.get_cache

internal function to set up the cache

fetchData

A function to fetch tutorial data, a file at a time

tutorialData

the function to retrieve all the tutorial data and cache it, if it is not already available

vignetteData

the function to retrieve all the tutorial data and cache it, if it is not already available

See Also

BiocFileCache

Examples

1
2
3
4
tdir <- tutorialData()
gAnnot.path <- fetchData("gAnnot.rda")
vdir <- vignetteData()
md5.txt <- fetchData("md5.txt")

easyRNASeq documentation built on April 30, 2020, 2 a.m.