Description Usage Arguments Details Value See Also Examples
A method to query sequence data from Cellbase web services.
1 2 3 | ## S4 method for signature 'CellBaseR'
getChromosomeInfo(object, ids, resource,
param = NULL)
|
object |
an object of class CellBaseR |
ids |
a character vector of chromosome ids to be queried |
resource |
a character vector to specify the resource to be queried |
param |
a object of class CellBaseParam specifying additional param for the query |
A method to query sequence data from Cellbase web services. This method retrieves information about chromosomes, including its size and detailed information about its different cytobands
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/
1 2 | cb <- CellBaseR()
res <- getChromosomeInfo(object=cb, ids="22", resource="info")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.