getTfbsByRegion {cellbaseR}R Documentation

getTfbsByRegion

Description

A convienice method to fetch Transcription facrots data for specific region/s

Usage

getTfbsByRegion(object, id, param = NULL)

Arguments

object

an object of class CellBaseR

id

a charcter vector of genomic regions, eg 17:1000000-1100000

param

an object of class CellBaseParam

Value

a dataframe of the query result

Examples

cb <- CellBaseR()
res <- getTfbsByRegion(cb, "17:1000000-1189811")

[Package cellbaseR version 1.17.0 Index]