Description Usage Arguments Value Examples
Test the connection between your R session and the webapp
1 2 | ## S4 method for signature 'igvR'
ping(obj, msecDelay = 0)
|
obj |
An object of class igvR |
msecDelay |
don't return until these many milliseconds have passed, default 0 |
"pong"
1 2 3 4 | if(interactive()){
igv <- igvR()
ping(igv)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.