Signal Peptide Prediction Using Machine Learning

Multi tool use
up vote
-1
down vote
favorite
Can anyone please guide me on how do I predict the signal peptide from a protein sequence using machine learning technique?
Any guide, reference or tutorial would be very helpful.
Thank you in advance.
machine-learning deep-learning bioinformatics data-science protein-database
New contributor
Gabriel Bekhar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
-1
down vote
favorite
Can anyone please guide me on how do I predict the signal peptide from a protein sequence using machine learning technique?
Any guide, reference or tutorial would be very helpful.
Thank you in advance.
machine-learning deep-learning bioinformatics data-science protein-database
New contributor
Gabriel Bekhar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
Can anyone please guide me on how do I predict the signal peptide from a protein sequence using machine learning technique?
Any guide, reference or tutorial would be very helpful.
Thank you in advance.
machine-learning deep-learning bioinformatics data-science protein-database
New contributor
Gabriel Bekhar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Can anyone please guide me on how do I predict the signal peptide from a protein sequence using machine learning technique?
Any guide, reference or tutorial would be very helpful.
Thank you in advance.
machine-learning deep-learning bioinformatics data-science protein-database
machine-learning deep-learning bioinformatics data-science protein-database
New contributor
Gabriel Bekhar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Gabriel Bekhar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Gabriel Bekhar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Nov 18 at 8:56
Gabriel Bekhar
11
11
New contributor
Gabriel Bekhar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Gabriel Bekhar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Gabriel Bekhar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
There are many tools out there to predict signal peptides. I'd use them first. Most signal peptides are also annotated in the Uniprot database.
But if you decide to go further with developing this, you would first need to build a dataset of signal peptide sequences in the context of the full protein sequences. I would then train a recurrent neural network on these sequences with full protein sequence as an input and signal peptide probability as an output. This probably won't work out of the box, so you'll need to do quite a bit of tweaking.
New contributor
Tilen K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
There are many tools out there to predict signal peptides. I'd use them first. Most signal peptides are also annotated in the Uniprot database.
But if you decide to go further with developing this, you would first need to build a dataset of signal peptide sequences in the context of the full protein sequences. I would then train a recurrent neural network on these sequences with full protein sequence as an input and signal peptide probability as an output. This probably won't work out of the box, so you'll need to do quite a bit of tweaking.
New contributor
Tilen K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
1
down vote
There are many tools out there to predict signal peptides. I'd use them first. Most signal peptides are also annotated in the Uniprot database.
But if you decide to go further with developing this, you would first need to build a dataset of signal peptide sequences in the context of the full protein sequences. I would then train a recurrent neural network on these sequences with full protein sequence as an input and signal peptide probability as an output. This probably won't work out of the box, so you'll need to do quite a bit of tweaking.
New contributor
Tilen K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
1
down vote
up vote
1
down vote
There are many tools out there to predict signal peptides. I'd use them first. Most signal peptides are also annotated in the Uniprot database.
But if you decide to go further with developing this, you would first need to build a dataset of signal peptide sequences in the context of the full protein sequences. I would then train a recurrent neural network on these sequences with full protein sequence as an input and signal peptide probability as an output. This probably won't work out of the box, so you'll need to do quite a bit of tweaking.
New contributor
Tilen K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
There are many tools out there to predict signal peptides. I'd use them first. Most signal peptides are also annotated in the Uniprot database.
But if you decide to go further with developing this, you would first need to build a dataset of signal peptide sequences in the context of the full protein sequences. I would then train a recurrent neural network on these sequences with full protein sequence as an input and signal peptide probability as an output. This probably won't work out of the box, so you'll need to do quite a bit of tweaking.
New contributor
Tilen K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tilen K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 2 days ago
Tilen K
112
112
New contributor
Tilen K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tilen K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Tilen K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Gabriel Bekhar is a new contributor. Be nice, and check out our Code of Conduct.
Gabriel Bekhar is a new contributor. Be nice, and check out our Code of Conduct.
Gabriel Bekhar is a new contributor. Be nice, and check out our Code of Conduct.
Gabriel Bekhar is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53359248%2fsignal-peptide-prediction-using-machine-learning%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
24L cw79g A gIaaP,4f7AqUDe2NgieOq tVfLb8s9Gq6i3,k WFv9Pe efII0 MXy3AoPCOvUMIb1 Jq2k1 cL Kvbj 4,Drn SxawZF18