Description Usage Arguments Value References See Also Examples
This is a wrapper for GET query of "/query?q=<query>" service.
1 2 | queryVariant(q, ..., return.as=c("DataFrame", "records", "text"),
myvariant)
|
q |
query term(s). |
... |
Commonly queried fields include |
return.as |
"DataFrame" (default), "records" (list), or "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#get-request http://docs.myvariant.info/en/latest/doc/variant_query_service.html#query-syntax
queryVariants
getVariant
getVariants
1 2 3 4 | ## return the query result
queryVariant("dbnsfp.variantname:BRCA2")
queryVariant("chr1:1-1000000")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.