AnnotationHubServer.version0 (version 0.1.9)

getAllResourcePaths: Get all paths to resources

Description

Returns a list of paths to all resources in AnnotationHub for the given version and snapshot date. A listed resource can then be downloaded by prepending http://annotationhub.bioconductor.org/ah/resources/ to the resource path.

Usage

getAllResourcePaths(BiocVersion, RDataDateAdded)

Arguments

BiocVersion
Version of Bioconductor used by the client.
RDataDateAdded
Date of AnnotationHub snapshot, in the form YYYY-MM-DD.

Value

  • A WebResult object containing a JSON-formatted list of resource paths.

Endpoint

/ah///getAllResourcePaths

Example: http://annotationhub.bioconductor.org/ah/2.13/2013-06-26/getAllResourcePaths

Examples

Run this code
getAllResourcePaths("2.12", "2013-06-26")

Run the code above in your browser using DataCamp Workspace