Description Usage Arguments Value Examples
A convienice method to fetch Cadd scores for specific variant/s
1 | getCaddScores(object, id, param = NULL)
|
object |
an object of class CellBaseR |
id |
a charcter vector of genomic variants, eg 19:45411941:T:C |
param |
an object of class CellBaseParam |
a dataframe of the query result
1 2 | cb <- CellBaseR()
res <- getCaddScores(cb, "19:45411941:T:C")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.