Learn R Programming

protr (version 0.4-1)

getUniProt: Get Protein Sequences from UniProt by Protein ID

Description

Get Protein Sequences from UniProt by Protein ID

Usage

getUniProt(id)

Arguments

id
A character vector, as the protein ID(s).

Value

  • A list, each component contains one of the protein sequences.

Details

This function get protein sequences from uniprot.org by protein ID(s).

References

UniProt. http://www.uniprot.org/

See Also

See readFASTA for reading FASTA format files.

Examples

Run this code
ids = c('P00750', 'P00751', 'P00752')
getUniProt(ids)

Run the code above in your browser using DataLab