Description Usage Arguments Details Value References See Also Examples
View source: R/getReadGroupSet.R
Get a read group set by its ID.
1 | getReadGroupSet(host, readGroupSetId)
|
host |
URL of GA4GH API data server. |
readGroupSetId |
The ID of the ReadGroupSet to be retrieved. |
This function requests GET host/readgroupsets/readGroupSetId
.
DataFrame
object.
DataFrame
, searchReadGroupSets
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.