Learn R Programming

Rga4gh (version 0.1.1)

get_variant_annotation_set: GET a Variant Annotation Set

Description

GET a Variant Annotation Set

Usage

get_variant_annotation_set(client, variant_annotation_set_id)

Arguments

client
A ga4gh_client object
variant_annotation_set_id
The ID of the Variant Annotation Set

Examples

Run this code
## Create a client
ref_client <- ga4gh_client("http://1kgenomes.ga4gh.org", api_location = "")
## Not run: 
# library(magrittr)
# ## Retrieve the object with id 'id'
# variant_annotation_set <- ref_client %>% get_variant_annotation_set("id")
# ## End(Not run)

Run the code above in your browser using DataLab