Skip to content

Commit 8712009

Browse files
authored
add pretrained models, see releases page
1 parent 94d3d47 commit 8712009

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ Separate the peptide sequence and RT (in second) by tab (\t), encode the modifie
9191
'Y[80]' -> '4'
9292
```
9393

94+
You may use Excel (search and replace than export) to prepare your data.
95+
9496
<h3 id="3.2">3.2 Model parameters</h3>
9597

9698
There are only several parameters to specify in config.py, e.g. for HeLa data, which is self-explainable:
@@ -142,6 +144,7 @@ Please note that:
142144
- provided the same LC type, the species, gradient, and modification status can all be different.
143145
- do not change max length or amino acid alphabet here or you need to pre-train the model again.
144146
- you have to use the GPU version to load the pre-trained models in param/. If you are using the CPU version, load model from param_cpu instead.
147+
- the pretrained models for all the datasets used in the paper (including RPLC, SCX, and HILIC) are provided. See [Release page](https://github.com/horsepurve/DeepRTplus/releases) for details.
145148

146149
To reproduce the transfer learning result in the paper, just type:
147150

0 commit comments

Comments
 (0)