getRegulatoryByRegion {cellbaseR} | R Documentation |
A convienice method to fetch regulatory data for specific region/s
getRegulatoryByRegion(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
cb <- CellBaseR() res <- getRegulatoryByRegion(cb, "17:1000000-1189811")