Description Usage Arguments Details Value See Also Examples
A convience functon to construct a genemodel
1 | 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/
1 2 | cb <- CellBaseR()
test <- createGeneModel(object = cb, region = "17:1500000-1550000")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.