getMeta,CellBaseR-method {cellbaseR} | R Documentation |
A method for getting the available metadata from the cellbase web services
## S4 method for signature 'CellBaseR' getMeta(object, resource)
object |
an object of class CellBaseR |
resource |
the resource you want to query it metadata |
This method is for getting information about the avaialable species and available annotation, assembly for each species from the cellbase web services.
a dataframe with 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 <- getMeta(object=cb, resource="species")