get_read_group_set: GET a Read Group Set

Description Usage Arguments Examples

Description

GET a Read Group Set

Usage

1
get_read_group_set(client, read_group_set_id)

Arguments

client

A ga4gh_client object

read_group_set_id

The ID of the Read Group Set

Examples

1
2
3
4
5
6
7
8
## Create a client
ref_client <- ga4gh_client("http://1kgenomes.ga4gh.org", api_location = "")
## Not run: 
library(magrittr)
## Retrieve the object with id 'id'
read_group_set <- ref_client %>% get_read_group_set("id")

## End(Not run)

Rga4gh documentation built on May 1, 2019, 6:35 p.m.