Giter VIP home page Giter VIP logo

predfull's Introduction

Kaiyuan Liu Top Langs

predfull's People

Contributors

huthvincent avatar lkytal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

predfull's Issues

Request for conda environment yml file to run model

Hello,

I am encountering the following error while running PredFull with tensorflow 2.3.0:

ValueError: Unknown layer: SlicingOpLambda

Is there anyway you could share your conda environment so I can run the model?

Thanks,
Kevin

Peptide of length < 30 exceeding max length of 30

Hello,

Some of my input peptides which are shorter than length 30 were ignored during prediction. For example, KPIQRTILM(O)M(O)GRYVEPIEDVPCGNI was ignored because the M(O) was interpreted as 4 instead of 1 amino acids long.

I did a quick fix by replacing line 200 in predfull.py with the following, but there is probably a cleaner way to do this
pep_len = 0
for char in item.Peptide:
if char in Alist:
pep_len += 1
#if len(item.Peptide) > max_len:
if pep_len > max_len:

Thank you for this great tool,
Kevin

high resolution ms2 spetrum

Hi, I want predicting high resolution ms2 of all tetrapeptides. But now the output result is low resolution using the pm.h5 model . Could you tell me how to get the high resolution ms2 spetrum.

Thanks!

Sturcture of model

您好
我是爱丁堡大学人工智能专业今年的硕士毕业生。
我今年的毕业设计项目和您的这个项目很相似。我想复现一下您的CNN的结构,所以我能不能看看您的模型的构建代码?
我的邮箱:[email protected] ,如果可以的话非常感谢~

Clarification about nontryptic prediction

Hello,

I saw your notes said PredFull supports predicting nontryptic peptides. Does this mean you retrained the model with nontryptic peptides? Or just that it is possible to provide them as input?

Thanks,
Kevin

Training example

Could you add an example to show how to train a model from scratch?

Bo

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.