createGeneModel: createGeneModel

View source: R/tools.R

createGeneModelR Documentation

createGeneModel

Description

A convience functon to construct a genemodel

Usage

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

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

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