getVariantAnnotation {cellbaseR} | 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")