hp35-desres

DESRES trajectory of wild type HP-35 at 360K

https://github.com/moldyn/hp35-desres

Science Score: 65.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 10 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
    Organization moldyn has institutional domain (www.moldyn.uni-freiburg.de)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

DESRES trajectory of wild type HP-35 at 360K

Basic Info
  • Host: GitHub
  • Owner: moldyn
  • License: other
  • Default Branch: main
  • Size: 37.1 KB
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 6 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License Citation

README.md

HP35-DESRES

Citations

Using any file from this repository, please cite the following article:

S. Piana, K. Lindorff-Larsen, and D. E. Shaw,
Protein folding kinetics and thermodynamics from atomistic simulation,
Proc. Natl. Acad. Sci. USA 109, 17845 (2012)
doi: 10.1073/pnas.1201811109

Provided Data

The time series of three different internal coordinate representations of the Nle/Nle mutant of the villin headpiece (HP35), generated from a 300μs long molecular dynamics simulation (Amber99SB-ILDN) at 360K, are given. Please read the license carefully before use.

DEPENDENCY: git-lfs is needed for large file support

  1. hp35.dihs: backbone dihedral angels given [degrees]
  2. hp35.dihs.shifted: maximum-gap shifted backbone dihedral angels [rad]
  3. hp35.crystaldists: the atom distances of all contacts occurring in the crystal structure 2f4k [nm]
  4. hp35.mindists: all minimal distances occurring more frequently than 30% [nm]
  5. hp35.mindists2: improved distances definition with all atom pairwise distances occurring more frequently than 30% [nm]

Backbone Dihedral Angles

The time series of all backbone dihedral angles from residue 2 to residue 34 are given in the file hp35.dihs (in degrees !), while in hp35.dihs.shifted the maximal gap shifting method (Sittel et al. 2017) was applied to allow non-periodic treatment of the angles.

The columns correspond to

$$ \phi2~\psi2~\phi3~\psi3~\ldots~\phi{33} ~\psi{33} ~\phi{34} ~\psi{34} $$

which can be also found in the file hp35.dihs.names.

Contact Distances

The time series of all minimal distances $d_{ij}$ using the following two different approaches suggested by Nagel et al. 2023. For hp35.mindists the distance between the residues $i$ and $j$ is given by the minimal distance of the heavy atoms $n\in i$, $m\in j$, so

$$ d{ij}(t) = \min{n,m} |\mathbf{r}_ {i, n}(t) - \mathbf{r}_ {i, n}(t)| $$

and a contact distance must be below $0.45:\text{nm}$ with probability $P_{ij}\ge 0.3$.

The second definition, used in hp35.mindists2, takes the minimum only over all atomic distances $n$, $m$ which are formed more frequent than $0.3$, so

$$ d{ij}(t) = \min{P{n,m}\ge 0.3} |\mathbf{r} {i, n}(t) - \mathbf{r}_ {i,n}(t)|\;.$$

The indices corresponding to each column can be found in hp35.mindists.ndx and hp35.mindists2.ndx, respectively.

Using these contact definitions, please cite:

D. Nagel, S. Sartore, and G. Stock,
Selecting Features for Markov Modeling: A Case Study on HP35,
J. Chem. Theory Comput., submitted
doi: 10.48550/ARXIV.2303.03814

Getting-Started

Quick-start to check and unzip all datasets: ``` git clone https://github.com/moldyn/HP35-DESRES.git cd HP35-DESRES

check if corrupt

for data in hp35.*.bz2; do bunzip2 -t $data &>/dev/null || echo "file $data corrupt, please download again." done

unzip all

for data in hp35.*.bz2; do bunzip2 -k $data done ```

Owner

  • Name: Biomolecular Dynamics
  • Login: moldyn
  • Kind: organization
  • Location: Freiburg

Group of Prof. Dr. G. Stock, University of Freiburg

Citation (CITATION.cff)

cff-version: 1.2.0
title: HP35-DESRES
message: >-
  If you use this dataset, please cite it using the metadata
  from this file.
type: dataset
authors:
  - given-names: Stefano
    family-names: Piana
    email: Stefano.Piana-Agostinetti@DEShawResearch.com
    affiliation: 'D. E. Shaw Research, New York, NY 10036'
  - email: Kresten.Lindorff-Larsen@DEShawResearch.com
    given-names: Kresten
    family-names: Lindorff-Larsen
    affiliation: 'D. E. Shaw Research, New York, NY 10036'
  - given-names: David E.
    family-names: Shaw
    email: David.Shaw@DEShawResearch.com
    affiliation: >-
      Center for Computational Biology and Bioinformatics,
      Columbia University, New York, NY 10032
identifiers:
  - type: doi
    value: 10.1073/pnas.1201811109
preferred-citation:
  type: article
  title: "Protein folding kinetics and thermodynamics from atomistic simulation"
  authors:
  - given-names: Stefano
    family-names: Piana
  - given-names: Kresten
    family-names: Lindorff-Larsen
  - given-names: David E.
    family-names: Shaw
  doi: "10.1073/pnas.1201811109"
  journal: "Proc. Natl. Acad. Sci. USA"
  month: 10
  start: 17845
  end: 17850
  issue: 44
  volume: 109
  year: 2012

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 26
  • Total Committers: 2
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.385
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
braniii d****l@p****m 16
moldyn-nagel 4****l 10

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels