Analysis of PDBsum-related data via active Jupyter sessions provided via MyBinder.org. Adapt the demonstrations to analyze your favorite structures.
tl;dr:
Click any launch binder
badge on this page to use the demonstrations inside your browser.
pdbsum-binder: Jupyter notebook environment for analysis of PDBsum-related data.
A launchable, working Jupyter-based environment that has a collection of demonstrations of analysis of PDBsum-related data served via MyBinder.org.
You can also easily adapt the demonstrations to analyze your favorite structures.
Meant to be self-contained and ready-to-go. No installations or copying of notebooks is necessary if launch binder
is clicked. Everything will just work. Of course, static versions of the notebooks can also be used. I recommend rendering the static versions by placing the URLs into the nbviewer. The views provided by nbviewer look best and Github's rendering often times out (your mileage may vary).
PDBsum itself is accessible online here.
This repository is set up to allow analysis of PDBsum-related data after pressing the launch binder
button above or below. The target use case is where you want to be thorough in your analyses with the add of compuatation or analyze multiple structures. You shouldn't need to install anything.
In the notebooks that can be launched, I have added some examples illustrating how to get data and process ir easily with Python and convert to other forms. Alternatively, the notebooks with most of resources can be viewed statically and nbviewer is recommended for that as discussed above.
Users of PDBsum-sourced data should probably cite:
Clarifying Software Attribution: I, Wayne, am not involved with PDBsum in any way. The Thorton Research Group at The European Bioinformatics Institute (EMBL-EBI) are the developers and maintainers of PDBsum, see their materials. I simply set up this repository to make analysis of the data easier without installation headaches.
The PDBsum author/develops contact information is here.
I, Wayne, did share Jupyter/Python-based utilities for use with the data available from PDBsum; these are available here and utilized in the notebooks in this repository to process data and allow easily converting the results to other forms.
-
My repo pdbepisa-binder demonstrates scripts from my pdbepisa-utilities sub-repo that enable handling data from PDBePISA with Jupyter/Python. Importantly, data from that site will summarize interface surface area between ALL CHAINS of a structure, even protein and nucleic acid chains, and may be additionally helpful if you are studying a deoxyribonucleic- or ribonucleic-complex.
-
See here for a listing of resources in a similar vein yet targeted to macromolecular structure data. In particular, see cl_demo-binder for the companion set to this one.
-
The path to getting the interaction details between two chains from PDBsum data shown in the notebooks here gets used in the pipeline for the notebook Report if residues interacting with a specific chain have equivalent residues in an hhsuite-generated alignment that can be run in launches from the hhsuite3-binder. There is a version built on that which uses snakemake to process several combinations of structures and chains all once and make a report for each desired pair that also relies on this path.
This repository is set up to make use of the binder service offered by MyBinder.org. See their site for more information about Binder.
I borrrowed the 'warning' highlight/introductory text about notebooks at the top of the included notebook from Tim Sherratt's notebook here.
Click launch binder
below to start using the demonstrations.