SignalP results - extract full sequence for proteins with a signal peptide
1
0
Entering edit mode
7.4 years ago
JMac ▴ 40

I am using the program SignalP (v4.1) to predict if proteins are secreted.

Using the parameter '-m' generates a FASTA file containing the predicted signal peptide sequences.

Is there any option to quickly generate a FASTA file containing the entire sequence of proteins containing signal peptides?

signalp fasta signal protein results • 2.0k views
ADD COMMENT
2
Entering edit mode
7.4 years ago
dago ★ 2.8k

take the ID of the proteins, for example:

cat results_here | grep ">" > Ids_of_positive_proteins

and then use pyfaidx as explained by Matt Shirley here:

A: extract sequences from multi fasta using partial ID

The original multifasta would be the file where you have the complete sequences and the query is the Ids_of_positive_proteins

ADD COMMENT

Login before adding your answer.

Traffic: 2559 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6