Description Usage Arguments Details Value See Also Examples
A method to query Clinical data from Cellbase web services.
1 2 | ## S4 method for signature 'CellBaseR'
getClinical(object, param = NULL)
|
object |
an object of class CellBaseR |
param |
a object of class CellBaseParam specifying the parameters limiting the CellBaseR |
This method retrieves clinicaly relevant variants annotations from multiple resources including clinvar, cosmic and gwas catalog. Furthermore, the user can filter these data in many ways including trait, features, rs, etc,.
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 3 | cb <- CellBaseR()
cbParam <- CellBaseParam(feature=c("TP73","TET1"), limit=100)
res <- getClinical(object=cb,param=cbParam)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.