getVariantAnnotation: getVariantAnnotation

View source: R/user.R

getVariantAnnotationR Documentation

getVariantAnnotation

Description

A convienice method to fetch variant annotation for specific variant/s

Usage

getVariantAnnotation(object, id, param = NULL)

Arguments

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

Value

a dataframe of the query result

Examples

cb <- CellBaseR()
res <- getVariantAnnotation(cb, "19:45411941:T:C")

melsiddieg/cellbaseR documentation built on Jan. 16, 2024, 4:12 a.m.