Description Usage Arguments Examples
GET an object from the GA4GH API
1 2 3 4 5 6 7 8 9 10 |
object |
An object to GET from. I.e. A ga4ghClient object, a url for the server or a list of either. |
... |
Arguments to pass to other methods |
operation |
The name of the operation. Eg "datasets" |
id |
The ID of the Object |
port |
The port number |
1 2 3 4 5 6 7 8 9 10 11 | ref_client <- ga4gh_client("http://1kgenomes.ga4gh.org", api_location = "")
## Not run:
## Use the client and get an object from the api
ref_client %>% get_ga4gh("datasets", "id")
## Or provide the API location as a string
get_ga4gh("http://1kgenomes.ga4gh.org", "datasets", "id")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.