Learn R Programming

ptm (version 0.2.7)

uniprot2pdb: Return the PDB and Chain IDs of the Provided UniProt Protein

Description

Returns the PDB and chain IDs of the provided protein.

Usage

uniprot2pdb(up_id)

Value

The function returns a dataframe with info about the PDB related to the protein of interest.

Arguments

up_id

the UniProt ID.

Author

Juan Carlos Aledo

See Also

pdb2uniprot(), id.mapping()

Examples

Run this code
if (FALSE) uniprot2pdb("P04406")

Run the code above in your browser using DataLab