getReadGroupSet: getReadGroupSet function

Description Usage Arguments Details Value References See Also Examples

View source: R/getReadGroupSet.R

Description

Get a read group set by its ID.

Usage

1
getReadGroupSet(host, readGroupSetId)

Arguments

host

URL of GA4GH API data server.

readGroupSetId

The ID of the ReadGroupSet to be retrieved.

Details

This function requests GET host/readgroupsets/readGroupSetId.

Value

DataFrame object.

References

Official documentation.

See Also

DataFrame, searchReadGroupSets

Examples

1
2
3
4
5
6
7
host <- "http://1kgenomes.ga4gh.org/"
## Not run: 
datasetId <- searchDatasets(host, nrows = 1)$id
readGroupSetId <- searchReadGroupSets(host, datasetId, nrows = 1)$id
getReadGroupSet(host, readGroupSetId)

## End(Not run)

labbcb/GA4GHclient documentation built on May 20, 2019, 7:32 p.m.