CGDS | R Documentation |
Creates a CGDS connection object from a CGDS endpoint URL. This object must be passed on to the methods which query the server.
CGDS(url,verbose=FALSE,ploterrormsg='',token=NULL)
url |
A CGDS URL (required). |
verbose |
A boolean variable specifying verbose output (default FALSE) |
ploterrormsg |
An optional message to display in plots if an error occurs (default ”) |
token |
An optional 'Authorization: Bearer' token to connect to cBioPortal instances that require authentication (default NULL) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.