Skip to content

Commit 4ede922

Browse files
authored
Update README.md
1 parent 718a268 commit 4ede922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,12 @@ python3 validation/validate_mrc.py
234234

235235

236236
## Programs to validate the dataset using deep learning
237-
To validate the utility and quality of Cryo2StructData, we designed two deep transformer models and trained and test them on Cryo2StructData to predict backbone atoms and amino acid types from density maps.
237+
To validate the utility and quality of Cryo2StructData, we designed two deep transformer models and trained and tested them on Cryo2StructData to predict backbone atoms and amino acid types from density maps. We have released the source code for training and validation of these deep learning models, which is available here: https://github.com/jianlin-cheng/Cryo2Struct . The paper describing the method in detail is available here: https://doi.org/10.1101/2024.01.02.573943 .
238238

239239
### Deep transformer to predict protein backbone atoms and amino acid types
240240
The inference program for the deep transformer is available in [prediction/src/infer/](prediction/src/infer/). Download the model checkpoints from [Trained on Full Cryo2StructData](https://doi.org/10.7910/DVN/SXNYRE) or [Trained on Small Subset Cryo2StructData](https://doi.org/10.7910/DVN/DTV4JF) and keep them in [prediction/checkpoints](prediction/checkpoints/) directory.
241241

242-
### Hidden Markov Model (HMM) to link predicted Ca atoms into backbone structures
242+
### Hidden Markov Model (HMM) to link predicted carbon-alpha atoms into backbone structures
243243
The Hidden Markov Model-Guided carbon-alpha atom connection program are available in [prediction/src/viterbi/](prediction/src/viterbi/). The viterbi algorithm is written in C++ program, so compile them using:
244244
```
245245
g++ -fPIC -shared -o viterbi.so viterbi.cpp -O3

0 commit comments

Comments
 (0)