Learn R Programming

ptm (version 0.2.2)

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)

Arguments

up_id

the UniProt ID.

Value

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

See Also

pdb2uniprot(), id.mapping()

Examples

Run this code
# NOT RUN {
uniprot2pdb("P04406")
# }

Run the code above in your browser using DataLab