Description Usage Arguments Value Examples
In general, use higher level methods such as getReads and getVariants instead.
1 | sendRequest(base_url, endpoint, method, body, query_fields, pageToken)
|
base_url |
the base URL of the GA4GH server to which requests will be sent to. |
endpoint |
a endpoint such as reads, variants, variantSets, etc... |
method |
which method (GET/POST) should be used in the request to the API? |
body |
The body of the message to GET/POST to the endpoint. |
query_fields |
The fields to be returned in the search response. |
pageToken |
The page token. This can be NULL for the first page. |
The raw response converted from JSON to an R object.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.