Description Usage Arguments Value See Also Examples
In general, use higher level methods such as getReads and getVariants instead.
1 | getSearchPage(entityType, body, fields, pageToken)
|
entityType |
Entities with a search API such as reads, variants, variantSets, etc... |
body |
The body of the message to POST to the search endpoint. |
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.
Other page fetch functions: callGRPCMethod
,
getReadsPage
, getVariantsPage
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.