AnnotationHubServer.version0 (version 0.1.9)

getAllKeys: Get all keys for a given keytype

Description

Returns all the values in the AnnotationHub Server database for a given metadata key.

Usage

getAllKeys(keytype, BiocVersion, RDataDateAdded)

Arguments

keytype
The key type to look up values for.
BiocVersion
The 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 keys which match the keytype parameter.

Endpoint

/ah///getAllKeys/keytype/

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

Examples

Run this code
getAllKeys("Title", "2.13", "2013-06-26")

Run the code above in your browser using DataCamp Workspace