|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 |
|
3 | | -"""Ensembles of AdK transitions |
4 | | -
|
5 | | -The original dataset is available from doi |
6 | | -`10.6084/m9.figshare.7165306 |
7 | | -<https://doi.org/10.6084/m9.figshare.7165306>`_ |
8 | | -
|
9 | | -The macromolecular conformational transition between the closed |
10 | | -conformation of apo-adenylate kinase from E. coli (EcAdK) to the open |
11 | | -conformation was sampled with two methods: (1) dynamic importance |
12 | | -sampling molecular dynamics (DIMS MD), and (2) Framework Rigidity |
13 | | -Optimized Dynamics Algorithm (FRODA). Each ensemble of independently |
14 | | -generated paths contains 200 trajectories in the CHARMM DCD format. |
15 | | -
|
16 | | -
|
17 | | -Data are from: [Seyler2015]_ (see there for more details). |
18 | | -
|
19 | | -
|
20 | | -Each tar file contains a directory trajectories containing the DCD |
21 | | -files and a directory topologies with files that include information |
22 | | -about the atoms (CHARMM PSF format or PDB format). |
23 | | -
|
24 | | -
|
25 | | -DIMS.tar.gz: DIMS AdK (implicit solvent) with dynamic importance |
26 | | -sampling MD from closed (1AKE) to open (4AKE). CHARMM 22 force |
27 | | -field. Topology file: adk4ake.psf |
28 | | -
|
29 | | -
|
30 | | -FRODA.tar.gz: FRODA AdK with geometric targeting on a rigid |
31 | | -decomposition (FRODA server); closed (1AKE) to open (4AKE). Topology |
32 | | -file: 1ake.pdb |
33 | | -
|
34 | | -
|
35 | | -References |
36 | | ----------- |
37 | | -
|
38 | | -.. [Seyler2015] Seyler SL, Kumar A, Thorpe MF, Beckstein O (2015) Path |
39 | | - Similarity Analysis: A Method for Quantifying Macromolecular |
40 | | - Pathways. PLoS Comput Biol 11(10): |
41 | | - e1004568. https://doi.org/10.1371/journal.pcbi.1004568 |
| 3 | +"""Ensembles of AdK transitions. |
42 | 4 |
|
| 5 | +https://figshare.com/articles/Simulated_trajectory_ensembles_for_the_closed-to-open_transition_of_adenylate_kinase_from_DIMS_MD_and_FRODA/7165306 |
43 | 6 | """ |
44 | 7 |
|
45 | 8 |
|
|
0 commit comments