Entering edit mode
Hi all,
I am using uniport.ws library for retrieving uniport web services of Human dataset. But when i run the function
up = UniProt.ws(taxId = 9606) then it gives this error
Error in file(con, "r") : cannot open the connection In addition: Warning message: In file(con, "r") : cannot open URL 'http://www.UniProt.org/UniProt/?query=organism:9606&format=tab&columns=id': HTTP status was '301 Moved Permanently'.
Even after setting internet to true this function does not work. Please provide any help.