- Handling of possible errors when using
httr::http_type()
for long queries
- Handling of possible errors when using
httr::content()
- Better handling of possible errors when using
httr::GET()
- Package dependencies on
RCurl
andjsonlite
packages have been replaced by a single dependency on thehttr
package. - When a request fails, a message with the http status code is returned.
- Parameters
print_url
andprint_uniprot_messages
have been deprecated.
- The function
get_uniprot_data
now works also for long queries (with more than 300 items)
queryup
is now compatible with the latest UniProt REST API (rest.uniprot.org)- messages are more informative and will let you know invalid query fields, invalid return fields and invalid entries
queryup
filters out invalid UniProt entries from queriesqueryup
can manage long queries (with hundreds of entries)