Learn R Programming

ptm (version 0.2.7)

species.mapping: Map Protein ID to Species

Description

Maps a protein ID to its corresponding organism.

Usage

species.mapping(id, db = 'uniprot')

Value

Returns a character string identifying the organism to which the given protein belong.

Arguments

id

the identifier of the protein of interest.

db

a character string specifying the corresponding database. Currently, only 'uniprot' or 'pdb' are valid options.

Author

Juan Carlos Aledo

See Also

id.features()

Examples

Run this code
if (FALSE) species.mapping('P01009')

Run the code above in your browser using DataLab