Coder Social home page Coder Social logo

Comments (7)

RobbinBouwmeester avatar RobbinBouwmeester commented on June 3, 2024

Dear WeiqiangChen,

That is definitely possible! However, from the example you posted the column names are wrong. In this case the column "modification" should be ""modifications". Otherwise DeepLC is looking for a column that does not exist.

If you are interested in retraining a model definitely also keep an eye on this repo: https://github.com/RobbinBouwmeester/DeepLCRetrainer

Soon I will launch that code (with GUI) that should enable retraining/transfer learning in an easier way.

Hope that helped!

Kind regards,

Robbin

from deeplc.

WeiqiangChen avatar WeiqiangChen commented on June 3, 2024

Dear Robbin,

thanks for the reply. Now deepLC works.
I tried to train it with unmodified peptides from MaxQuant evidence.txt. Group_by modified_sequence, slice_max(order_by intensity, n = 1) to get the apex retention time for each modified_sequence. And the average(predicted_tr - tr) is 7.9mins.
seq,modifications,tr
AAAESIQMR,8|Oxidation,1353
AASVGPTMR,8|Oxidation,1264.26
ADLEMQIESLK,5|Oxidation,5267.34
image

I have tried to test also acetylated peptides. And the average(predicted_tr - tr) is now -20mins.
seq,modifications,tr
AARPLVTVYDEK,1|Acetyl,4367.64
ADFDTNPTSLYSIK,1|Acetyl,7029
AHIVQTHK,1|Acetyl,1314.48
AQHPLVQR,1|Acetyl,1989.42
image

Did I make some mistakes here?

from deeplc.

RobbinBouwmeester avatar RobbinBouwmeester commented on June 3, 2024

It could be that the current models you use are not able to extrapolate to your modifications. Could you try these models:

https://github.com/RobbinBouwmeester/DeepLCModels/blob/main/full_hc_mod_deeplc_train_filtered_1fd8363d9af9dcad3be7553c39396960.hdf5
https://github.com/RobbinBouwmeester/DeepLCModels/blob/main/full_hc_mod_deeplc_train_filtered_8c22d89667368f2f02ad996469ba157e.hdf5
https://github.com/RobbinBouwmeester/DeepLCModels/blob/main/full_hc_mod_deeplc_train_filtered_cb975cfdd4105f97efa0b3afffe075cc.hdf5

from deeplc.

WeiqiangChen avatar WeiqiangChen commented on June 3, 2024

Model2_[469ba157e.hdf5] got the best prediction for oxidated peptides when training with unmodified peptides.
image

All 3 models got bad predictions for acetylated peptides when training with unmodified peptides.
image

from deeplc.

RobbinBouwmeester avatar RobbinBouwmeester commented on June 3, 2024

I see... Now, are these n-terminal acetylated peptides? Officially we do not support terminal modifications. Although you can include them on the 0 or 1 position (it will default to the rest group of the first AA) it is likely to be suboptimal...

from deeplc.

WeiqiangChen avatar WeiqiangChen commented on June 3, 2024

Yes. These are acetylation(protein N term).

from deeplc.

RobbinBouwmeester avatar RobbinBouwmeester commented on June 3, 2024

Ok, that is likely to be the problem. I would recommend in that case to retrain a model with many acetylated termini, so it will "force fit" it into the current DeepLC. Feel free to contact me via e-mail (robbin.bouwmeester[at]ugent.be about the details). Can I close this issue now?

from deeplc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.