getVariantAnnotation: getVariantAnnotation

Description Usage Arguments Value Examples

View source: R/user.R

Description

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

Usage

1
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

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

cellbaseR documentation built on Nov. 8, 2020, 5:38 p.m.