getCellBase,CellBaseR-method | R Documentation |
The generic method for querying CellBase web services.
## S4 method for signature 'CellBaseR'
getCellBase(object, category, subcategory, ids, resource, param = NULL)
object |
an object of class CellBaseR |
category |
character to specify the category to be queried. |
subcategory |
character to specify the subcategory to be queried |
ids |
a character vector of the ids to be queried |
resource |
a character to specify the resource to be queried |
param |
an object of class CellBaseParam specifying additional param for the CellBaseR |
This method allows the user to query the cellbase web services without any predefined categories, subcategries, or resources.
a dataframe holding the results of the query
https://github.com/opencb/cellbase/wiki and the RESTful API documentation http://bioinfo.hpc.cam.ac.uk/cellbase/webservices/
cb <- CellBaseR()
res <- getCellBase(object=cb, category="feature", subcategory="gene",
ids="TET1", resource="info")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.