This function retrieves protein sequences from uniprot.org by protein ID(s).
See also
See readFASTA
for reading FASTA format files.
Author
Nan Xiao <https://nanx.me>
Examples
if (FALSE) { # \dontrun{
# Network latency may slow down this example
# Only test this when your connection is fast enough
ids <- c("P00750", "P00751", "P00752")
getUniProt(ids)
} # }