Description Objects from the Class Slots Methods Author(s) References Examples
R Client to access MyVariant.Info annotation services
Objects can be created by calls of the form MyVariant(base.url="http://myvariant.info/v1", delay=1, step=1000, version=version, verbose=TRUE, debug=FALSE)
.
base.url
:"http://myvariant.info/v1". Object of class "character"
delay
:Sleep time between batch retrieval. Object of class "numeric"
step
:Batch limit. Object of class "numeric"
version
:httr package version. Object of class "character"
verbose
:Object of class "logical"
debug
:Object of class "logical"
getVariant(hgvsid, fields=NULL,
..., return.as=c("records", "text"))
:Return the variant object for the given hgvsid
getVariants(hgvsids, fields=NULL, ...,
return.as=c("DataFrame", "records", "text"))
:Return the list of variant object for the given list of hgvsids.
queryVariant(q, fields=NULL,
..., return.as=c("DataFrame", "records", "text"))
:Return the query result.
queryVariants(qterms, scopes=NULL, fields=NULL,
..., return.as=c("DataFrame", "records", "text"), returnall=FALSE)
:Return the batch query result.
Adam Mark
https://github.com/Network-of-BioThings/myvariant.info/wiki
1 | showClass("MyVariant")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.