Learn R Programming

Rga4gh (version 0.1.1)

get_bio_sample: GET a Bio Sample

Description

GET a Bio Sample

Usage

get_bio_sample(client, bio_sample_id)

Arguments

client
A ga4gh_client object
bio_sample_id
The ID of the BioSample

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'
# bio_sample <- ref_client %>% get_bio_sample("id")
# ## End(Not run)

Run the code above in your browser using DataLab