Description Usage Arguments Details Value References See Also Examples
View source: R/getIndividual.R
Get an individual by its ID.
1 | getIndividual(host, individualId)
|
host |
URL of GA4GH API data server. |
individualId |
ID of the individual requested. |
This function requests GET host/individuals/individualId
.
DataFrame
object.
1 2 3 4 5 6 7 | host <- "http://1kgenomes.ga4gh.org/"
## Not run:
datasetId <- searchDatasets(host, nrows = 1)$id
individualId <- searchIndividuals(host, datasetId, nrows = 1)$id
getIndividual(host, individualId)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.