getCaddScores {cellbaseR}R Documentation

getCaddScores

Description

A convienice method to fetch Cadd scores for specific variant/s

Usage

getCaddScores(object, id, param = NULL)

Arguments

object

an object of class CellBaseR

id

a charcter vector 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 <- getCaddScores(cb, "19:45411941:T:C")

[Package cellbaseR version 1.4.0 Index]