createGeneModel: createGeneModel

Description Usage Arguments Details Value See Also Examples

View source: R/tools.R

Description

A convience functon to construct a genemodel

Usage

1
createGeneModel(object, region = NULL)

Arguments

object

an object of class CellbaseResponse

region

a character

Details

This function create a gene model data frame, which can be then turned into a GeneRegionTrack for visualiaztion by GeneRegionTrack

Value

A geneModel

See Also

https://github.com/opencb/cellbase/wiki and the RESTful API documentation http://bioinfo.hpc.cam.ac.uk/cellbase/webservices/

Examples

1
2
cb <- CellBaseR()
test <- createGeneModel(object = cb, region = "17:1500000-1550000")

cellbaseR documentation built on Nov. 8, 2020, 5:38 p.m.