Learn R Programming

bio3d (version 2.1-2)

uniprot: Fetch UniProt Entry Data.

Description

Fetch protein sequence and functional information from the UniProt database.

Usage

uniprot(accid)

Arguments

accid
UniProt accession id.

Value

  • Returns a list object with the following components:
  • accessiona character vector with UniProt accession id's.
  • nameabbreviated name.
  • fullNamefull recommended protein name.
  • shortNameshort protein name.
  • sequenceprotein sequence.
  • genegene names.
  • organismorganism.
  • taxontaxonomic lineage.

Details

This is a basic utility function for downloading information from the UniProt database. UniProt contains protein sequence and functional information.

References

Grant, B.J. et al. (2006) Bioinformatics 22, 2695--2696. See also the UniProt web-site for more information: http://www.uniprot.org/.

See Also

blast.pdb, get.seq

Examples

Run this code
prot <- uniprot('PH4H_HUMAN')
prot$fullName
prot$sequence

Run the code above in your browser using DataLab