Learn R Programming

ptm (version 0.2.7)

pdb.select: Select the PDB with the Optimal Coverage to the UniProt Sequence

Description

Select the PDB and chain with the optimal coverage to a given UniProt sequence.

Usage

pdb.select(up_id, threshold = 0.9)

Value

A list of two elements: (i) the PDB ID and (ii) the chain. The coverage with the UniProt sequence is given as an attribute.

Arguments

up_id

the UniProt ID.

threshold

coverage value that when reached the search is halted.

Author

Juan Carlos Aledo

See Also

pdb.quaternary(), pdb.chain(), pdb.res(), pdb.pep(), uniprot2pdb(), pdb2uniprot()

Examples

Run this code
if (FALSE) pdb.select('P01009', threshold = 0.8)

Run the code above in your browser using DataLab