getMeta-CellBaseR-method: getMeta

getMeta,CellBaseR-methodR Documentation

getMeta

Description

A method for getting the available metadata from the cellbase web services

Usage

## S4 method for signature 'CellBaseR'
getMeta(object, resource)

Arguments

object

an object of class CellBaseR

resource

the resource you want to query it metadata

Details

This method is for getting information about the avaialable species and available annotation, assembly for each species from the cellbase web services.

Value

a dataframe with the results of the query

See Also

https://github.com/opencb/cellbase/wiki and the RESTful API documentation http://bioinfo.hpc.cam.ac.uk/cellbase/webservices/

Examples

   cb <- CellBaseR()
   res <- getMeta(object=cb, resource="species")

melsiddieg/cellbaseR documentation built on Jan. 16, 2024, 4:12 a.m.