BiocFileCache methods {easyRNASeq} | R Documentation |
Manages the tutorial, example and vignette data using the
BiocFileCache
package
fetchData(fileURL) tutorialData(...)
... |
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. |
internal function to set up the cache
A function to fetch tutorial data, a file at a time
the function to retrieve all the tutorial data and cache it, if it is not already available
the function to retrieve all the tutorial data and cache it, if it is not already available
tdir <- tutorialData() gAnnot.path <- fetchData("gAnnot.rda") vdir <- vignetteData() md5.txt <- fetchData("md5.txt")