Skip to contents

A convenience function to quickly convert the PDB IDs to Uniprot IDs. If a protein is multimeric, corresponding Uniprot IDs are returned for them. This function uses PDBe API.

Usage

pdb2uniprot(pdbid)

Arguments

pdbid

A single PDB Id.

Value

A data frame, Uniprot IDs, Chain IDs and start and end coordinates of the chains.

Examples

if (FALSE) { # \dontrun{
df <- pdb2uniprot("9FIA")
} # }