powered by
Mapping between protein identifiers.
id.mapping(id, from, to)
Returns a character string corresponding to the requested identifier.
the identifier to be converted.
the type for the identifier of origin; it must be one of 'uniprot', 'pdb', or 'kegg'.
the type for the identifier of destination; it must be one of 'uniprot', 'pdb', or 'kegg'.
Juan Carlos Aledo
pdb2uniprot(), uniprot2pdb()
if (FALSE) id.mapping('P01009', from = 'uniprot', to = 'pdb')
Run the code above in your browser using DataLab