Description Details Slots See Also
This is an S4 class which defines the CellBaseR object
This S4 class holds the default configuration required by CellBaseR methods to connect to the cellbase web services. By default it is configured to query human data based on the GRCh37 assembly assembly.
hosta character specifying the host url. Default "http://bioinfo.hpc.cam.ac.uk/cellbase/webservices/rest/"
versiona character specifying the API version. Default "v4"
speciesa character specifying the species to be queried. Default "hsapiens"
batch_sizeif multiple queries are raised by a single method call, e.g. getting annotation info for several features, queries will be sent to the server in batches. This slot indicates the size of these batches. Default 200
num_threadsthe number of threads. Default 8
https://github.com/opencb/cellbase/wiki and the RESTful API documentation http://bioinfo.hpc.cam.ac.uk/cellbase/webservices/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.