species.mapping: Map Protein ID to Species

View source: R/getseq.R

species.mappingR Documentation

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.

Author(s)

Juan Carlos Aledo

See Also

id.features()

Examples

## Not run: species.mapping('P01009')

ptm documentation built on Aug. 7, 2022, 5:05 p.m.

Related to species.mapping in ptm...