Description Usage Arguments Value References See Also Examples
This is a wrapper for POST query of "/query" service.
1 2 3 | queryVariants(qterms, scopes=NULL, ...,
return.as=c("DataFrame", "records", "text"),
myvariant)
|
qterms |
A vector or list, or string of comma-separated query terms |
scopes |
Type of types of identifiers, either a list or a comma-separated fields to specify type of input qterms. |
... |
Commonly queried fields include |
return.as |
"DataFrame" (default), "records" (list), "text" (JSON). |
myvariant |
A MyVariant object that describes how to connect to data resources. See |
returns a variant object (DataFrame, list, or JSON text) containing the queried annotations
http://docs.myvariant.info/en/latest/doc/variant_query_service.html#batch-queries-via-post http://docs.myvariant.info/en/latest/doc/variant_query_service.html#id3
queryVariant
getVariant
getVariants
1 | ## return the batch query result
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.