ref_client <- ga4gh_client("http://1kgenomes.ga4gh.org", api_location = "")
## Not run:
#
# library(magrittr)
# ## Find a dataset to search in
# datasets <- ref_client %>% search_datasets() %>% content()
# d_id <- datasets$datasets[[1]]$id
#
# ## Search for rna quantification sets in the dataset
# rna_quantification_sets <- ref_client %>%
# search_rna_quantification_sets(d_id) %>% content()
# rna_quantification_sets
#
# ## End(Not run)
Run the code above in your browser using DataLab