getVariantAnnotation | R Documentation |
A convienice method to fetch variant annotation for specific variant/s
getVariantAnnotation(object, id, param = NULL)
object |
an object of class CellBaseR |
id |
a charcter vector of length < 200 of genomic variants, eg 19:45411941:T:C |
param |
an object of class CellBaseParam |
a dataframe of the query result
cb <- CellBaseR()
res <- getVariantAnnotation(cb, "19:45411941:T:C")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.