Test the connection between your R session and the webapp
## S4 method for signature 'igvR' ping(obj)
obj
An object of class igvR
"pong"
if(interactive()){ igv <- igvR() ping(igv) }