Skip to content

Commit

Permalink
updates molmod online v2025
Browse files Browse the repository at this point in the history
  • Loading branch information
VGPReys committed Jan 10, 2025
1 parent c9cad38 commit 05126fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions education/molmod_online/modelling.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ Take the time to browse through the UniProt page of mouse MDM2. The header of th
protein, gene, and organism names for this particular entry, as well as its unique UniProt
accession code. On the left, below the header, there is a sidebar listing the several sections of
the page. You can use these to navigate directly to the **Structure** section to verify if there are
already published experimental structures for mouse MDM2. Fortunately, there aren't any _yet_; otherwise
this tutorial would end here.
already published experimental structures for mouse MDM2 (not a predicted model by AlphaFold2 !).
Fortunately, there aren't any _yet_; otherwise this tutorial would end here.


Similarly as man, no protein is an island, entire of itself, every protein is a piece of the cell, a part of the main. Thus if we imagine the cytoplasm as a thick molecular soup, proteins are constantly in contact, interacting and exchanging information. Currently, predicting the entire cell interactome is close to impossible, however UniProt offers us a possibility to see experimentally confirmed interaction partners of proteins.
Expand Down Expand Up @@ -149,7 +149,7 @@ the first region (positions 1-110), the SWIB domain, or whatever seems best in y
Why can the first ~20 amino acids of MDM2 be neglected for the modelling?
</a>

Clicking on the *position(s)* column of a particular region/domain (*Family and Domains* section) opens a new window showing the
Clicking on the *position(s)* column of a particular region/domain (*Family and Domains* section) opens a drop-down section showing the
corresponding sequence as well as the region in the context of the full sequence.
Although this window provides a shortcut to launch a *BLAST* similarity search against the UniProtKB (or another)
database, there are other more sensitive methods for this purpose. For now, pay attention to the
Expand Down Expand Up @@ -229,9 +229,9 @@ sequence, the _hit_, which was deemed similar to the query. It will contain the
itself and also some quantitative statistics, namely the sequence similarity, the bit score of the
alignment, and its expectation (E) value. Sequence similarity is a quantitative measure of how
evolutionarily related two sequences are. It is essentially a comparison of every amino acid to its
aligned equivalent. There are three possible outcomes out of this comparison: the amino acids are
exactly the same, i.e. identical; they are different but share common physicochemical
characteristics, i.e. similar; they are neither. It is also possible that the alignment algorithm
aligned equivalent. There are three possible outcomes out of this comparison: i) the amino acids are
exactly the same, i.e. identical; ii) they are different but share common physicochemical
characteristics, i.e. similar; iii) they are neither, they are very different. It is also possible that the alignment algorithm
introduced _gaps_ in either of the sequences, meaning that there was possibly an insertion or a
deletion event during evolution. While identity is straightforward, similarity depends on specific
criteria that group amino acids together, e.g. D/E, K/R/H, F/Y/W. The bit score is the likelihood
Expand Down
2 changes: 1 addition & 1 deletion education/molmod_online/simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ algorithms in place, during the simulation, that maintain these two properties c

Despite decades of research, as well as advances in computer science and hardware development, most
simulations are able to sample only a few microseconds of *real time*, although they take several
days/weeks running on multiple processors. The millisecond (*ms*) barrier was broken only recently, by
days/weeks running on multiple processors. The millisecond (*ms*) barrier was broken in 2010, by
simulating on a purpose-built computer ([Anton](https://en.wikipedia.org/wiki/Anton_(computer))). Moreover, the force fields used in biomolecular simulation
are approximating the interactions happening in reality. This results in errors in the estimation
of energies of interacting atoms and groups of atoms. As such, molecular dynamics are not a
Expand Down

0 comments on commit 05126fa

Please sign in to comment.