AnnotationHub (version 2.4.2)

getAllKeytypes: Get all the names of metadata keys

Description

Returns the names of the metadata keys in AnnotationHub's database. These key names can be used in further querying.

Usage

getAllKeytypes(...)

Arguments

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

Value

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

Endpoint

///getAllKeytypes

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

Examples

Run this code
AnnotationHubServer:::getAllKeytypes(BiocVersion="2.13", RDataDateAdded="2013-06-26")

Run the code above in your browser using DataLab