getConservationByRegion: getConservationByRegion

View source: R/user.R

getConservationByRegionR Documentation

getConservationByRegion

Description

A convienice method to fetch conservation data for specific region/s

Usage

getConservationByRegion(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 <- getConservationByRegion(cb, "17:1000000-1189811")

melsiddieg/cellbaseR documentation built on Jan. 16, 2024, 4:12 a.m.