Description Usage Arguments Value See Also Examples
In general, use the getVariants method instead. It calls this method, returning variants from all of the pages that comprise the requested genomic range.
1 2 3 |
base_url |
the base URL of the GA4GH server to which requests will be sent to. |
variantSetId |
The variant set ID. |
referenceName |
The chromosome. |
start |
Start position on the chromosome in 0-based coordinates. |
end |
End position on the chromosome in 0-based coordinates. |
fields |
A subset of fields to retrieve. The default (NULL) will return all fields. |
pageToken |
The page token. This can be NULL (default) for the first page. |
A two-element list is returned by the function.
variants: A list of R objects corresponding to the JSON objects returned by the GA4GH Variants API.
nextPageToken: The token to be used to retrieve the next page of results, if applicable.
Other page fetch functions: searchReadsPage
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.