UniPDB Mapper is a Python package designed for identifier (ID) and residue mapping between UniProt and PDB databases.
$ pip install unipdb_mapperThis package can be used either in any of the Python scripts or via the terminal.
- Getting help
$ unipdb -h- ID Mapping from UniProt to PDB
$ unipdb idmapper -u P19339- ID Mapping from PDB to UniProt
$ unipdb idmapper -p 1B7F- Residue Mapping from UniProt to PDB
$ unipdb resmapper -u P19339 -n 222- Residue Mapping from PDB to UniProt
$ unipdb resmapper -p 1B7F -n 222If you encounter any bugs or have questions about using the software, please don’t hesitate to open an issue on GitHub. Bug reports and suggestions are an important part of making UniPDB Mapper more stable and user-friendly. Your feedback plays a vital role in improving the project.
If you like/use this repository, don't forget to give a star 🌟.
Some exciting updates including detailed examples are planned so stay tuned!!
This Project uses APIs provided by PDBe and extracts information integrated by SIFTS.
