createGeneModel {cellbaseR} | R Documentation |
A convience functon to construct a genemodel
createGeneModel(object, region = NULL)
object |
an object of class CellbaseResponse |
region |
a character |
This function create a gene model data frame, which can be then
turned into a GeneRegionTrack for visualiaztion
by GeneRegionTrack
A geneModel
https://github.com/opencb/cellbase/wiki and the RESTful API documentation http://bioinfo.hpc.cam.ac.uk/cellbase/webservices/
cb <- CellBaseR() test <- createGeneModel(object = cb, region = "17:1500000-1550000")