Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contacts #84

Merged
merged 6 commits into from
Oct 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ Distances and contacts
The :mod:`MDAnalysis.analysis.distances` module provides functions to rapidly compute distances. These largely take in coordinate arrays.



.. toctree::
:maxdepth: 1

/examples/analysis/distances_and_contacts/distances_between_atomgroups
/examples/analysis/distances_and_contacts/distances_between_selections
/examples/analysis/distances_and_contacts/distances_within_selection

Residues can be determined to be in contact if atoms from the two residues are within a certain distance. Analysing the fraction of contacts retained by a protein over at trajectory, as compared to the number of contacts in a reference frame or structure, can give insight into folding processes and domain movements.

:mod:`MDAnalysis.analysis.contacts` contains functions and a class to analyse the fraction of native contacts over a trajectory.

.. toctree::
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions doc/source/examples/analysis/structure/dihedrals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -517,9 +517,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python (mda0190)",
"display_name": "Python (mda-user-guide)",
"language": "python",
"name": "mda0190"
"name": "mda-user-guide"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -531,7 +531,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.8.3"
},
"toc": {
"base_numbering": 1,
Expand Down