I am using seqinr package in R. But when I am giving the command choosebank() to find out the existing databases or commands like choosebank('swissport") to open any specific database, R is showing error msg. -
Error in socketConnection(host = host, port = port, server = server, blocking = blocking, :
cannot open the connection
In addition: Warning message:
In socketConnection(host = host, port = port, server = server, blocking = blocking, :
pbil.univ-lyon1.fr:5558 cannot be opened
Error in choosebank() : I wasn't able to open the socket connection:
o Check that your are connected to the internet.
o Check that port 5558 is not closed by a firewall.
o Try to increase timeout value (current is 5 seconds).
How can I overcome this issue!!!!