powered by
Select the PDB and chain with the optimal coverage to a given UniProt sequence.
pdb.select(up_id, threshold = 0.9)
the UniProt ID.
coverage value that when reached the search is halted.
A list of two elements: (i) the PDB ID and (ii) the chain. The coverage with the UniProt sequence is given as an attribute.
pdb.quaternary(), pdb.chain(), pdb.res(), pdb.pep(), uniprot2pdb(), pdb2uniprot()
# NOT RUN { pdb.select('P01009', threshold = 0.8) # }
Run the code above in your browser using DataLab