Description Usage Arguments Value Examples
A convienice method to fetch clinical variants for specific region/s
1 | getClinicalByRegion(object, id, param = NULL)
|
object |
an object of class CellBaseR |
id |
a charcter vector of genomic regions, eg 17:1000000-1100000 |
param |
an object of class CellBaseParam |
a dataframe of the query result
1 2 | cb <- CellBaseR()
res <- getClinicalByRegion(cb, "17:1000000-1189811")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.