Description Usage Arguments Details Value References See Also Examples
Get a reference by its ID.
1 | getReference(host, referenceId)
|
host |
URL of GA4GH API data server. |
referenceId |
The ID of the Reference to be retrieved. |
This function requests GET host/references/referenceId
.
DataFrame
object.
1 2 3 4 5 6 7 | host <- "http://1kgenomes.ga4gh.org/"
## Not run:
referenceSetId <- searchReferenceSets(host, nrows = 1)$id
referenceId <- searchReferences(host, referenceSetId, nrows = 1)$id
getReference(host, referenceId)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.