Learn R Programming

ptm (version 0.2.2)

species.mapping: Map Protein ID to Species

Description

Maps a protein ID to its corresponding organism.

Usage

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

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.

Value

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

See Also

id.features()

Examples

Run this code
# NOT RUN {
species.mapping('P01009')
# }

Run the code above in your browser using DataLab