A Jupyter notebook to visualize and analyze protein structures from PDB (Protein Data Bank) files.
Install the necessary dependencies:
pip install biopython numpy matplotlibIn cell 3, modify the file name:
structure = parser.get_structure("test", "YOUR_FILE.pdb")- RCSB Protein Data Bank - Download PDB files
- Biopython Documentation - Biopython documentation