BiocFileCache methods {easyRNASeq} | R Documentation |
Manages the tutorial and example data using the
BiocFileCache
package
fetchData(fileURL)
... |
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
tdir <- tutorialData() gAnnot.path <- fetchData("gAnnot.rda")